mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
20 lines
436 B
YAML
20 lines
436 B
YAML
captive_portal:
|
|
|
|
wifi:
|
|
power_save_mode: none
|
|
networks:
|
|
- ssid: !secret Wifi_SSID
|
|
password: !secret Wifi_PWD
|
|
|
|
- ssid: !secret IoT_Wifi_SSID
|
|
password: !secret IoT_Wifi_PWD
|
|
|
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
ap:
|
|
password: !secret EspHome_AP_PWD
|
|
|
|
sensor:
|
|
- <<: !include sensor/rssi_sensor.config.yaml
|
|
|
|
text_sensor:
|
|
- <<: !include text_sensor/wifi_sensor.config.yaml |