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

Make API ConnectRequest optional for passwordless connections (#9445)

This commit is contained in:
J. Nick Koston
2025-07-15 15:14:43 -10:00
committed by GitHub
parent e012fd5b32
commit 5c2dea79ef
6 changed files with 97 additions and 14 deletions

View File

@@ -0,0 +1,14 @@
esphome:
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: 0.1s