You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/climate.generic_thermostat.markdown
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,6 @@ Configuration variables:
40
40
- **target_sensor** (*Required*): `entity_id` for a temperature sensor, target_sensor.state must be temperature.
41
41
- **min_temp** (*Optional*): Set minimum set point available (default: 7)
42
42
- **max_temp** (*Optional*): Set maximum set point available (default: 35)
43
-
- **target_temp** (*Required*): Set intital target temperature. Failure to set this variable will result in target temperature being set to null on startup.
43
+
- **target_temp** (*Optional*): Set intital target temperature. Failure to set this variable will result in target temperature being set to null on startup.
44
44
- **ac_mode** (*Optional*): Set the switch specified in the *heater* option to be treated as a cooling device instead of a heating device.
45
45
- **min_cycle_duration** (*Optional*): Set a minimum amount of time that the switch specified in the *heater* option must be in it's current state prior to being switched either off or on.
0 commit comments