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 +'''