Files
fresh-home/esphome/common/wifi_dhcp.yaml
T
CeeWeasel 75fb9c2ab8 updating common esphome sensors
finally fixing hvac-multisensor. All of this was caused by the display switch referenced the display while it wasn't plugged in. Updated code to check for the existence first.
2025-07-20 12:33:08 -04:00

21 lines
471 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:
ssid: "${friendly_name}"
password: !secret fallback_ap_password
sensor:
- <<: !include sensor/rssi_sensor.config.yaml
text_sensor:
- <<: !include text_sensor/wifi_sensor.config.yaml