Further splitting into the correct parts
This commit is contained in:
parent
e68507ccac
commit
58696d94b1
4 changed files with 33 additions and 27 deletions
|
|
@ -8,7 +8,7 @@ wifi:
|
|||
domain: .phiax.nl
|
||||
min_auth_mode: WPA2
|
||||
ap:
|
||||
ssid: "${friendly_devicename} Hotspot"
|
||||
ssid: "${friendly_devicename}"
|
||||
password: ${hotspotpass}
|
||||
|
||||
captive_portal:
|
||||
|
|
@ -16,12 +16,6 @@ captive_portal:
|
|||
api:
|
||||
encryption:
|
||||
key: ${apikey}
|
||||
on_client_connected:
|
||||
then:
|
||||
- light.turn_on: blue_led_light
|
||||
on_client_disconnected:
|
||||
then:
|
||||
- light.turn_off: blue_led_light
|
||||
|
||||
ota:
|
||||
- platform: esphome
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue