mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add action_topic and action_template parameters to MQTT Climate component documentation (#10403)
* Add action_topic and action_template parameters to configuration * updated possible action_topic values to be more accurate
This commit is contained in:
parent
eda261b085
commit
ce7dc2c1df
@ -121,6 +121,14 @@ modes:
|
|||||||
required: false
|
required: false
|
||||||
default: ['auto', 'off', 'cool', 'heat', 'dry', 'fan_only']
|
default: ['auto', 'off', 'cool', 'heat', 'dry', 'fan_only']
|
||||||
type: list
|
type: list
|
||||||
|
action_topic:
|
||||||
|
description: The MQTT topic on which to listen for the current action state of the HVAC. Expects `idle`, `cooling`, `heating`, `drying`, or `off`.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
action_template:
|
||||||
|
description: A template to render the value received on the `action_topic` with.
|
||||||
|
requred: false
|
||||||
|
type: template
|
||||||
temperature_command_topic:
|
temperature_command_topic:
|
||||||
description: The MQTT topic to publish commands to change the target temperature.
|
description: The MQTT topic to publish commands to change the target temperature.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user