Update documentation for MQTT climate device (#5455)

Now optionally supports `min_temp` and `max_temp`.
This commit is contained in:
Philip Rosenberg-Watt 2018-06-21 15:21:25 -04:00 committed by Paulus Schoutsen
parent 4d3f81e544
commit c6fb1434b3

View File

@ -174,6 +174,14 @@ aux_state_template:
description: A template to render the value received on the `aux_state_topic` with.
required: false
type: template
min_temp:
description: Minimum set point available
type: number
required: false
max_temp:
description: Maximum set point available
type: number
required: false
{% endconfiguration %}
#### {% linkable_title Optimistic mode %}