mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Update Heat Control page
This commit is contained in:
parent
2d7a47509c
commit
720f217a7e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user