Update esp360remote.yaml

This commit is contained in:
ale1800 2024-10-29 19:21:00 +01:00 committed by GitHub
parent 91ca5e2c09
commit 7f8c38b0e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,14 +48,16 @@ ota:
- platform: esphome - platform: esphome
wifi: wifi:
on_connect:
- delay: 5s # Gives time for improv results to be transmitted
- ble.disable:
on_disconnect:
- ble.enable:
# Enable fallback hotspot (captive portal) in case wifi connection fails # Enable fallback hotspot (captive portal) in case wifi connection fails
ap: ap:
ssid: "${name}" ssid: "${name}"
password: "" password: ""
#web_server:
#port: 80
esp32_improv: esp32_improv:
authorizer: none authorizer: none