feat: esphome updates
This commit is contained in:
parent
b48ec98cb3
commit
bf5c7a74cb
19 changed files with 341 additions and 281 deletions
|
|
@ -56,13 +56,14 @@ preferences:
|
|||
flash_write_interval: 1min
|
||||
|
||||
api:
|
||||
batch_delay: 0ms
|
||||
|
||||
ota:
|
||||
- platform: esphome
|
||||
|
||||
wifi:
|
||||
# Disable fast_connect so we do a full scan (required for hidden SSIDs)
|
||||
fast_connect: false
|
||||
fast_connect: True
|
||||
domain: "${dns_domain}"
|
||||
|
||||
# Your hidden network
|
||||
|
|
@ -84,7 +85,6 @@ wifi:
|
|||
ssid: "${name}_AP"
|
||||
password: "bulb_fallback_pw"
|
||||
ap_timeout: 2min # after 2 min of failed join, enable AP
|
||||
reboot_timeout: 5min # if still not joined after 5 min, reboot and retry
|
||||
|
||||
binary_sensor:
|
||||
- platform: status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue