mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Update documentation for MQTT climate device (#5455)
Now optionally supports `min_temp` and `max_temp`.
This commit is contained in:
parent
7612de9ec7
commit
46a1b6db4e
@ -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