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:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user