mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +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"
|