mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
test this
This commit is contained in:
27
tests/integration/fixtures/host_mode_api_password.yaml
Normal file
27
tests/integration/fixtures/host_mode_api_password.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
esphome:
|
||||
name: ${name}
|
||||
build_path: ${build_path}
|
||||
friendly_name: ESPHome Host Mode API Password Test
|
||||
name_add_mac_suffix: no
|
||||
area: Entryway
|
||||
platformio_options:
|
||||
build_flags:
|
||||
- -std=gnu++17
|
||||
- -Wall
|
||||
build_unflags:
|
||||
- -std=gnu++11
|
||||
|
||||
api:
|
||||
password: "test_password_123"
|
||||
|
||||
logger:
|
||||
level: DEBUG
|
||||
|
||||
# Test sensor to verify connection works
|
||||
sensor:
|
||||
- platform: template
|
||||
name: Test Sensor
|
||||
id: test_sensor
|
||||
lambda: |-
|
||||
return 42.0;
|
||||
update_interval: 1s
|
||||
Reference in New Issue
Block a user