1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

MQTT config entry (#16594)

* MQTT config entry

* Solely rely on config entry

* Improve wawrning

* Lint

* Lint2
This commit is contained in:
Paulus Schoutsen
2018-09-14 11:57:31 +02:00
committed by GitHub
parent 05c0717167
commit 72e746d240
11 changed files with 435 additions and 133 deletions

View File

@@ -0,0 +1,2 @@
"""Constants used by multiple MQTT modules."""
CONF_BROKER = 'broker'