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

Fix broken platform components (#22943)

* Fix broken platform components

* Lint
This commit is contained in:
Paulus Schoutsen
2019-04-09 15:42:44 -07:00
committed by GitHub
parent 8582e390f8
commit e48ef7f441
8 changed files with 30 additions and 51 deletions

View File

@@ -2,3 +2,6 @@
CONF_BROKER = 'broker'
CONF_DISCOVERY = 'discovery'
DEFAULT_DISCOVERY = False
ATTR_DISCOVERY_HASH = 'discovery_hash'
CONF_STATE_TOPIC = 'state_topic'