mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Do not add panel from system_log (#10600)
The frontend will not have this panel.
This commit is contained in:
parent
c2d0c8fba4
commit
87995ad62c
@ -69,8 +69,6 @@ def async_setup(hass, config):
|
||||
logging.getLogger().addHandler(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
|
||||
def async_service_handler(service):
|
||||
|
Loading…
x
Reference in New Issue
Block a user