Add action_topic and action_template parameters to configuration

This commit is contained in:
Raman Gupta 2019-09-20 04:16:50 -04:00 committed by Franck Nijhof
parent 420aec4b7b
commit ceddb2bbba
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -121,6 +121,14 @@ modes:
required: false
default: ['auto', 'off', 'cool', 'heat', 'dry', 'fan_only']
type: list
action_topic:
description: The MQTT topic on which to listen for the current action state of the HVAC. Expects `idle`, `cool`, or `heat`.
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:
description: The MQTT topic to publish commands to change the target temperature.
required: false