Mqtt move to .const (#65631)
This commit is contained in:
parent
f17d66228c
commit
678e56b8b7
10 changed files with 12 additions and 21 deletions
|
@ -18,6 +18,7 @@ CONF_ENCODING = "encoding"
|
|||
CONF_QOS = ATTR_QOS
|
||||
CONF_RETAIN = ATTR_RETAIN
|
||||
CONF_STATE_TOPIC = "state_topic"
|
||||
CONF_STATE_VALUE_TEMPLATE = "state_value_template"
|
||||
CONF_TOPIC = "topic"
|
||||
CONF_WILL_MESSAGE = "will_message"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue