mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 18:24:49 -05:00
Add kiosk-mode panel (#8457)
This commit is contained in:
@@ -208,7 +208,7 @@ def setup(hass, config):
|
||||
register_built_in_panel(hass, 'map', 'Map', 'mdi:account-location')
|
||||
|
||||
for panel in ('dev-event', 'dev-info', 'dev-service', 'dev-state',
|
||||
'dev-template'):
|
||||
'dev-template', 'kiosk'):
|
||||
register_built_in_panel(hass, panel)
|
||||
|
||||
themes = config.get(DOMAIN, {}).get(ATTR_THEMES)
|
||||
|
||||
Reference in New Issue
Block a user