Move CONF_COMMAND_TEMPLATE to .const (#64558)
This commit is contained in:
parent
8c1a5f5329
commit
7ea8d72133
6 changed files with 6 additions and 7 deletions
|
@ -12,6 +12,7 @@ ATTR_TOPIC = "topic"
|
|||
CONF_AVAILABILITY = "availability"
|
||||
CONF_BROKER = "broker"
|
||||
CONF_BIRTH_MESSAGE = "birth_message"
|
||||
CONF_COMMAND_TEMPLATE = "command_template"
|
||||
CONF_COMMAND_TOPIC = "command_topic"
|
||||
CONF_ENCODING = "encoding"
|
||||
CONF_QOS = ATTR_QOS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue