Mqtt move to .const (#65631)

This commit is contained in:
Jan Bouwhuis 2022-02-10 09:18:35 +01:00 committed by GitHub
parent f17d66228c
commit 678e56b8b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 12 additions and 21 deletions

View file

@ -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"