Setpoint customisation (#3108)

As per https://community.home-assistant.io/t/mysensors-hvac-not-showing-up/22540/19
This commit is contained in:
moskovskiy82 2017-08-01 21:24:42 +03:00 committed by Fabian Affolter
parent 60e19f1b63
commit 48727906d7

View File

@ -222,3 +222,12 @@ automation:
entity_id: climate.kitchen
swing_mode: 1
```
#### {% linkable_title Customization %}
The step for the setpoint can be adjusted (default to 0,5 increments) by adding the following line into configuration
'''yaml
customize:
- entity_id
target_temp_step: 1
'''