thermostat and hvac work without home assistant
This commit is contained in:
parent
cf2498d819
commit
26ffa6372a
2 changed files with 51 additions and 21 deletions
10
hvac.yml
10
hvac.yml
|
@ -20,6 +20,10 @@ ota:
|
|||
wifi:
|
||||
ssid: "Cochrun"
|
||||
password: "GreasyChicken784"
|
||||
manual_ip:
|
||||
static_ip: 192.168.1.124
|
||||
gateway: 192.168.1.1
|
||||
subnet: 255.255.255.0
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
|
@ -27,7 +31,11 @@ wifi:
|
|||
password: "RUfAhbEfZmOU"
|
||||
|
||||
captive_portal:
|
||||
|
||||
|
||||
web_server:
|
||||
port: 80
|
||||
version: 3
|
||||
|
||||
switch:
|
||||
- platform: gpio
|
||||
name: heat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue