Get option flow defaults from yaml for non configured MQTT options (#40177)
This commit is contained in:
parent
a9168c04fd
commit
a50f121011
3 changed files with 30 additions and 15 deletions
|
@ -17,6 +17,8 @@ CONF_RETAIN = ATTR_RETAIN
|
|||
CONF_STATE_TOPIC = "state_topic"
|
||||
CONF_WILL_MESSAGE = "will_message"
|
||||
|
||||
DATA_MQTT_CONFIG = "mqtt_config"
|
||||
|
||||
DEFAULT_PREFIX = "homeassistant"
|
||||
DEFAULT_BIRTH_WILL_TOPIC = DEFAULT_PREFIX + "/status"
|
||||
DEFAULT_DISCOVERY = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue