updating the api restart feature
This commit is contained in:
parent
36851677a5
commit
61223688f6
1 changed files with 8 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ ch422g:
|
||||||
|
|
||||||
# Enable Home Assistant API
|
# Enable Home Assistant API
|
||||||
api:
|
api:
|
||||||
reboot_timeout: 10s
|
reboot_timeout: 30min
|
||||||
password: ""
|
password: ""
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
|
@ -296,6 +296,10 @@ climate:
|
||||||
cool_overrun: 0.5 °F
|
cool_overrun: 0.5 °F
|
||||||
heat_deadband: 0.2 °F
|
heat_deadband: 0.2 °F
|
||||||
heat_overrun: 0.5 °F
|
heat_overrun: 0.5 °F
|
||||||
|
visual:
|
||||||
|
temperature_step:
|
||||||
|
target_temperature: 0.5 °F
|
||||||
|
current_temperature: 0.1 °F
|
||||||
cool_action:
|
cool_action:
|
||||||
- http_request.post:
|
- http_request.post:
|
||||||
url: http://192.168.1.124/switch/heat/turn_off
|
url: http://192.168.1.124/switch/heat/turn_off
|
||||||
|
|
@ -336,6 +340,9 @@ climate:
|
||||||
- name: Winter
|
- name: Winter
|
||||||
default_target_temperature_low: 68 °F
|
default_target_temperature_low: 68 °F
|
||||||
default_target_temperature_high: 85 °F
|
default_target_temperature_high: 85 °F
|
||||||
|
- name: Night Winter
|
||||||
|
default_target_temperature_low: 64 °F
|
||||||
|
default_target_temperature_high: 85 °F
|
||||||
- name: Away
|
- name: Away
|
||||||
default_target_temperature_low: 60 °F
|
default_target_temperature_low: 60 °F
|
||||||
default_target_temperature_high: 85 °F
|
default_target_temperature_high: 85 °F
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue