Allow MQTT discovery (#16842)
This commit is contained in:
parent
f4974f58fe
commit
e4898bb05c
6 changed files with 31 additions and 18 deletions
|
@ -1,2 +1,4 @@
|
|||
"""Constants used by multiple MQTT modules."""
|
||||
CONF_BROKER = 'broker'
|
||||
CONF_DISCOVERY = 'discovery'
|
||||
DEFAULT_DISCOVERY = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue