Added Captive Portal to a3pool and sonoffstecker1
This commit is contained in:
parent
82d3a7458a
commit
f0be663618
@ -17,6 +17,12 @@ wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
fast_connect: true
|
||||
ap:
|
||||
ssid: a3pool_rescue
|
||||
password: !secret rescue_ap_password
|
||||
|
||||
captive_portal:
|
||||
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
|
@ -21,6 +21,12 @@ wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
fast_connect: true
|
||||
ap:
|
||||
ssid: sonoff_stecker_1_rescue
|
||||
password: !secret rescue_ap_password
|
||||
|
||||
captive_portal:
|
||||
|
||||
|
||||
switch:
|
||||
- platform: gpio
|
||||
|
Loading…
Reference in New Issue
Block a user