mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
Add command_template to MQTT select platform (#20117)
This commit is contained in:
parent
2883fc602e
commit
11c1f7fcad
@ -54,6 +54,10 @@ availability_mode:
|
||||
required: false
|
||||
type: string
|
||||
default: latest
|
||||
command_template:
|
||||
description: Defines a [template](/docs/configuration/templating/#processing-incoming-data) to generate the payload to send to `command_topic`.
|
||||
required: false
|
||||
type: template
|
||||
command_topic:
|
||||
description: The MQTT topic to publish commands to change the selected option.
|
||||
required: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user