forked from home-assistant/core
Do not add panel from system_log (#10600)
The frontend will not have this panel.
This commit is contained in:
committed by
Fabian Affolter
parent
c2d0c8fba4
commit
87995ad62c
@@ -69,8 +69,6 @@ def async_setup(hass, config):
|
|||||||
logging.getLogger().addHandler(handler)
|
logging.getLogger().addHandler(handler)
|
||||||
|
|
||||||
hass.http.register_view(AllErrorsView(handler))
|
hass.http.register_view(AllErrorsView(handler))
|
||||||
yield from hass.components.frontend.async_register_built_in_panel(
|
|
||||||
'system-log', 'system_log', 'mdi:monitor')
|
|
||||||
|
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
def async_service_handler(service):
|
def async_service_handler(service):
|
||||||
|
Reference in New Issue
Block a user