Add hold_modes config var to MQTT climate

This commit is contained in:
Paulus Schoutsen 2019-07-06 11:12:31 -07:00
parent 3fe65c53b7
commit 64b391d201

View File

@ -203,6 +203,9 @@ hold_state_template:
description: A template to render the value received on the `hold_state_topic` with.
required: false
type: template
hold_modes:
description: A list of available hold modes.
required: false
aux_command_topic:
description: The MQTT topic to publish commands to switch auxiliary heat.
required: false