mirror of
https://github.com/elisspace/core.git
synced 2026-09-19 17:21:56 +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"
|