ESPHome-Devices/common/wifi.yaml
ChNussbaum bd9b81baed Update wifi to power saving = none
Change all on/off lights from a switch to a binary light
Add kitchen bar lights and dining room light
2020-06-02 06:10:05 -05:00

14 lines
289 B
YAML

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
fast_connect: true
power_save_mode: none
manual_ip:
static_ip: ${ip_address}
subnet: !secret ip_subnet
gateway: !secret ip_gateway
ap:
ssid: ${device_id}
password: ${ap_wifi_pwd}
captive_portal: