1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

test this

This commit is contained in:
J. Nick Koston
2025-07-11 10:14:59 -10:00
parent 7107b5cfef
commit 005d4354d5
3 changed files with 79 additions and 2 deletions

View 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