mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Add docs for mqtt action topic (#10563)
This commit is contained in:
parent
099e093ec5
commit
98e5def588
@ -94,6 +94,16 @@ power_command_topic:
|
|||||||
description: The MQTT topic to publish commands to change the power state. This is useful if your device has a separate power toggle in addition to mode.
|
description: The MQTT topic to publish commands to change the power state. This is useful if your device has a separate power toggle in addition to mode.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
action_topic:
|
||||||
|
description: >-
|
||||||
|
The MQTT topic to subscribe for changes of the current action. If this is set, the climate graph uses the value received as data source.
|
||||||
|
Valid values: `off`, `heating`, `cooling`, `drying`, `idle`, `fan`.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
action_template:
|
||||||
|
description: A template to render the value received on the `action_topic` with.
|
||||||
|
required: false
|
||||||
|
type: template
|
||||||
mode_command_topic:
|
mode_command_topic:
|
||||||
description: The MQTT topic to publish commands to change the HVAC operation mode.
|
description: The MQTT topic to publish commands to change the HVAC operation mode.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user