Allow MQTT discovery (#16842)

This commit is contained in:
Paulus Schoutsen 2018-09-25 12:22:14 +02:00 committed by GitHub
parent f4974f58fe
commit e4898bb05c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 31 additions and 18 deletions

View file

@ -1,2 +1,4 @@
"""Constants used by multiple MQTT modules."""
CONF_BROKER = 'broker'
CONF_DISCOVERY = 'discovery'
DEFAULT_DISCOVERY = False