mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
Update documentation for MQTT climate device (#5455)
Now optionally supports `min_temp` and `max_temp`.
This commit is contained in:
parent
4d3f81e544
commit
c6fb1434b3
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user