ESPHome-Devices/packages/wifi/wifi.yaml
Chris Nussbaum 3c710571d4
Garage fridge redesign (#31)
* Temporarily disable the heater

* Shell of new garage fridge component

* Core code should be mostly complete

* Add power monitoring and freezer temp control

* Wrap up core temperature management code

* Add fixed InkBird component

* The new fridge manages temp in the freezer better so we are able to greatly simplify things

* Finish garage fridge

Co-authored-by: Chris Nussbaum <chris.nussbaum@protolabs.com>
2022-03-29 13:41:35 -05:00

13 lines
246 B
YAML

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