From 61223688f6f38c4346f03bfd2ee662d727fa6da1 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 5 Dec 2025 07:21:01 -0600 Subject: [PATCH] updating the api restart feature --- thermostat.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/thermostat.yml b/thermostat.yml index a40afb1..8f29498 100644 --- a/thermostat.yml +++ b/thermostat.yml @@ -49,7 +49,7 @@ ch422g: # Enable Home Assistant API api: - reboot_timeout: 10s + reboot_timeout: 30min password: "" ota: @@ -296,6 +296,10 @@ climate: cool_overrun: 0.5 °F heat_deadband: 0.2 °F heat_overrun: 0.5 °F + visual: + temperature_step: + target_temperature: 0.5 °F + current_temperature: 0.1 °F cool_action: - http_request.post: url: http://192.168.1.124/switch/heat/turn_off @@ -336,6 +340,9 @@ climate: - name: Winter default_target_temperature_low: 68 °F default_target_temperature_high: 85 °F + - name: Night Winter + default_target_temperature_low: 64 °F + default_target_temperature_high: 85 °F - name: Away default_target_temperature_low: 60 °F default_target_temperature_high: 85 °F