mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
Setpoint customisation (#3108)
As per https://community.home-assistant.io/t/mysensors-hvac-not-showing-up/22540/19
This commit is contained in:
parent
60e19f1b63
commit
48727906d7
@ -222,3 +222,12 @@ automation:
|
|||||||
entity_id: climate.kitchen
|
entity_id: climate.kitchen
|
||||||
swing_mode: 1
|
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
|
||||||
|
'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user