2020-06-15 11:42:10 ERROR (MainThread) [homeassistant.components.alarm_control_panel] Error while setting up bwalarm platform for alarm_control_panel
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 178, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/config/custom_components/bwalarm/alarm_control_panel.py", line 401, in async_setup_platform
config={"alarmid": "alarm_control_panel.house"},
File "/usr/src/homeassistant/homeassistant/components/panel_custom/init.py", line 140, in async_register_panel
require_admin=require_admin,
File "/usr/src/homeassistant/homeassistant/components/frontend/init.py", line 190, in async_register_built_in_panel
raise ValueError(f"Overwriting panel {panel.frontend_url_path}")
ValueError: Overwriting panel alarm
The component:
Your setup:
Describe the bug Error in log as per below, component still seems to function ok.
To Reproduce Error occurs in log after each HA restart.
Expected behavior No error
Your bwalarm.yaml
Home Assistant log
Screenshots
Additional context