1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00
Files
core/homeassistant/components/mqtt/const.py
Paulus Schoutsen 72e746d240 MQTT config entry (#16594)
* MQTT config entry

* Solely rely on config entry

* Improve wawrning

* Lint

* Lint2
2018-09-14 11:57:31 +02:00

3 lines
70 B
Python

"""Constants used by multiple MQTT modules."""
CONF_BROKER = 'broker'