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:
14
tests/integration/fixtures/host_mode_api_password.yaml
Normal file
14
tests/integration/fixtures/host_mode_api_password.yaml
Normal 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
|
||||
Reference in New Issue
Block a user