mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Correct mqtt climate documentation (#28320)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
85d5abab44
commit
a8ec8fb67e
@ -219,7 +219,7 @@ mode_command_template:
|
||||
required: false
|
||||
type: template
|
||||
mode_command_topic:
|
||||
description: The MQTT topic to publish commands to change the HVAC operation mode. Use `power_command_topic` if you only want to publish the power state.
|
||||
description: The MQTT topic to publish commands to change the HVAC operation mode.
|
||||
required: false
|
||||
type: string
|
||||
mode_state_template:
|
||||
@ -274,7 +274,7 @@ power_command_template:
|
||||
required: false
|
||||
type: template
|
||||
power_command_topic:
|
||||
description: The MQTT topic to publish commands to change the HVAC power state. Sends the payload configured with `payload_on` if the climate is turned on via the `climate.turn_on`, or the payload configured with `payload_off` if the climate is turned off via the `climate.turn_off` service. The climate device reports it's state back via `mode_command_topic`. Note that when this option is used in `optimistic` mode, service `climate.turn_on` will send a the message configured with `payload_on` to the device but will not update the state of the climate.
|
||||
description: The MQTT topic to publish commands to change the HVAC power state. Sends the payload configured with `payload_on` if the climate is turned on via the `climate.turn_on`, or the payload configured with `payload_off` if the climate is turned off via the `climate.turn_off` service. Note that `optimistic` mode is not supported through `climate.turn_on` and `climate.turn_off` services. When called, these services will send a power command to the device but will not optimistically update the state of the climate entity. The climate device should report its state back via `mode_state_topic`.
|
||||
required: false
|
||||
type: string
|
||||
precision:
|
||||
|
Loading…
x
Reference in New Issue
Block a user