Add documentation for temp_step (#6084)

* Add documentation for temp_step

* Revert file permission change
This commit is contained in:
Jari Ylimäinen 2018-10-08 22:16:59 +03:00 committed by Franck Nijhof
parent 6a0427d2c2
commit 6c7d0a244a

View File

@ -201,6 +201,11 @@ max_temp:
description: Maximum set point available description: Maximum set point available
type: number type: number
required: false required: false
temp_step:
description: Step size for temperature set point
type: number
required: false
default: 1
{% endconfiguration %} {% endconfiguration %}
#### {% linkable_title Optimistic mode %} #### {% linkable_title Optimistic mode %}