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

Load zwave panel (#7127)

* Load Z-Wave panel when component loads

* Update frontend

* Fix tests
This commit is contained in:
Paulus Schoutsen
2017-04-16 11:10:55 -07:00
committed by GitHub
parent 3528705afd
commit a1208261a8
22 changed files with 32 additions and 25 deletions

View File

@@ -27,7 +27,8 @@ _LOGGER = logging.getLogger(__name__)
ERROR_LOG_FILENAME = 'home-assistant.log'
FIRST_INIT_COMPONENT = set((
'recorder', 'mqtt', 'mqtt_eventstream', 'logger', 'introduction'))
'recorder', 'mqtt', 'mqtt_eventstream', 'logger', 'introduction',
'frontend'))
def from_config_dict(config: Dict[str, Any],