Further splitting into the correct parts

This commit is contained in:
Frank "PHiAX" Weggelaar 2026-01-23 09:43:39 +01:00
parent e68507ccac
commit 58696d94b1
4 changed files with 33 additions and 27 deletions

View file

@ -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