1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-29 02:07:09 +00:00
2018-09-25 12:22:14 +02:00

5 lines
125 B
Python

"""Constants used by multiple MQTT modules."""
CONF_BROKER = 'broker'
CONF_DISCOVERY = 'discovery'
DEFAULT_DISCOVERY = False