From 48727906d732d97882b31dd266dbbbe25a8395ca Mon Sep 17 00:00:00 2001 From: moskovskiy82 Date: Tue, 1 Aug 2017 21:24:42 +0300 Subject: [PATCH] Setpoint customisation (#3108) As per https://community.home-assistant.io/t/mysensors-hvac-not-showing-up/22540/19 --- source/_components/climate.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_components/climate.markdown b/source/_components/climate.markdown index d20705eb3da..045b81a0372 100644 --- a/source/_components/climate.markdown +++ b/source/_components/climate.markdown @@ -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 +'''