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

Change how we import config modules (#21824)

This commit is contained in:
Paulus Schoutsen
2019-03-08 14:09:18 -08:00
committed by GitHub
parent ed6082eb2b
commit 22ab5a498f
4 changed files with 3 additions and 10 deletions

View File

@@ -7,8 +7,6 @@ from homeassistant.components.websocket_api.decorators import (
from homeassistant.core import callback
from homeassistant.helpers.device_registry import async_get_registry
DEPENDENCIES = ['websocket_api']
WS_TYPE_LIST = 'config/device_registry/list'
SCHEMA_WS_LIST = websocket_api.BASE_COMMAND_MESSAGE_SCHEMA.extend({
vol.Required('type'): WS_TYPE_LIST,