mirror of
https://github.com/elisspace/core.git
synced 2026-09-18 16:51:50 +00:00
8 lines
198 B
Python
8 lines
198 B
Python
"""Constants used by multiple MQTT modules."""
|
|
CONF_BROKER = 'broker'
|
|
CONF_DISCOVERY = 'discovery'
|
|
DEFAULT_DISCOVERY = False
|
|
|
|
ATTR_DISCOVERY_HASH = 'discovery_hash'
|
|
CONF_STATE_TOPIC = 'state_topic'
|