mirror of
https://github.com/ale1800/ESP-360-REMOTE.git
synced 2025-06-16 12:54:03 -03:00
Compare commits
6 Commits
02c5edf95f
...
7f8c38b0e9
Author | SHA1 | Date | |
---|---|---|---|
7f8c38b0e9 | |||
91ca5e2c09 | |||
ae42342565 | |||
ca51817da5 | |||
015225182e | |||
dbe125c277 |
@ -48,25 +48,31 @@ 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:
|
||||||
|
authorizer: none
|
||||||
|
|
||||||
|
|
||||||
# Sets up the improv via serial client for Wi-Fi provisioning
|
# Sets up the improv via serial client for Wi-Fi provisioning
|
||||||
improv_serial:
|
improv_serial:
|
||||||
|
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: https://github.com/ale1800/ESP-360-REMOTE/blob/main/ESPHome%20Configuration/esp360remote.yaml
|
package_import_url: github://ale1800/ESP-360-REMOTE/ESPHome/esp360remote.yaml@main
|
||||||
import_full_config: true # or true
|
import_full_config: true # or true
|
||||||
|
|
||||||
|
|
||||||
captive_portal:
|
#captive_portal:
|
||||||
|
|
||||||
#i2c bus definition
|
#i2c bus definition
|
||||||
i2c:
|
i2c:
|
||||||
|
Reference in New Issue
Block a user