mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add websocket_api as frontend dependency
This commit is contained in:
parent
34097cda24
commit
767f3d58ff
@ -16,7 +16,7 @@ from homeassistant.components.http.const import KEY_DEVELOPMENT
|
|||||||
from .version import FINGERPRINTS
|
from .version import FINGERPRINTS
|
||||||
|
|
||||||
DOMAIN = 'frontend'
|
DOMAIN = 'frontend'
|
||||||
DEPENDENCIES = ['api']
|
DEPENDENCIES = ['api', 'websocket_api']
|
||||||
URL_PANEL_COMPONENT = '/frontend/panels/{}.html'
|
URL_PANEL_COMPONENT = '/frontend/panels/{}.html'
|
||||||
URL_PANEL_COMPONENT_FP = '/frontend/panels/{}-{}.html'
|
URL_PANEL_COMPONENT_FP = '/frontend/panels/{}-{}.html'
|
||||||
STATIC_PATH = os.path.join(os.path.dirname(__file__), 'www_static')
|
STATIC_PATH = os.path.join(os.path.dirname(__file__), 'www_static')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user