1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 15:12:06 +00:00

make sure we did not break password auth

This commit is contained in:
J. Nick Koston
2025-07-11 10:19:33 -10:00
parent 005d4354d5
commit fc8c1ac9dd
2 changed files with 16 additions and 27 deletions

View File

@@ -1,27 +1,14 @@
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
name: host-mode-api-password
host:
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
lambda: return 42.0;
update_interval: 0.1s