From 720f217a7e99e471e2a84a346f942bf6ce841f26 Mon Sep 17 00:00:00 2001 From: Tim Stanley Date: Mon, 8 Feb 2016 08:10:25 +0000 Subject: [PATCH 1/2] Update Heat Control page --- source/_components/thermostat.heat_control.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_components/thermostat.heat_control.markdown b/source/_components/thermostat.heat_control.markdown index 5f754334261..b6462a38222 100644 --- a/source/_components/thermostat.heat_control.markdown +++ b/source/_components/thermostat.heat_control.markdown @@ -20,6 +20,9 @@ thermostat: name: Study heater: switch.study_heater target_sensor: sensor.study_temperature + min_temp: 15 + max_temp: 21 + target_temp: 15 ``` Configuration variables: @@ -27,3 +30,6 @@ Configuration variables: - **name** (*Required*): Name of thermostat - **heater** (*Required*: `entity_id` for heater switch, must be a toggle device. - **target_sensor** (*Required*): `entity_id` for a temperature sensor, target_sensor.state must be temperature. +- **min_temp** (*Optional*): Set minimum set point available (default: 7) +- **max_temp** (*Optional*): Set maximum set point available (default: 35) +- **target_temp** (*Required*): Set default target temperature. Failure to set this variable will result in null. From fdc4b1a9ceeb4f5e66c93388d7b9a8a8ba1129c9 Mon Sep 17 00:00:00 2001 From: Tim Stanley Date: Tue, 9 Feb 2016 08:19:15 +0000 Subject: [PATCH 2/2] Tweak --- source/_components/thermostat.heat_control.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/thermostat.heat_control.markdown b/source/_components/thermostat.heat_control.markdown index b6462a38222..90fb0b6960c 100644 --- a/source/_components/thermostat.heat_control.markdown +++ b/source/_components/thermostat.heat_control.markdown @@ -32,4 +32,4 @@ Configuration variables: - **target_sensor** (*Required*): `entity_id` for a temperature sensor, target_sensor.state must be temperature. - **min_temp** (*Optional*): Set minimum set point available (default: 7) - **max_temp** (*Optional*): Set maximum set point available (default: 35) -- **target_temp** (*Required*): Set default target temperature. Failure to set this variable will result in null. +- **target_temp** (*Required*): Set default target temperature. Failure to set this variable will result in target temperature being set to null on startup.