akasma74 / Hass-Custom-Alarm

It is a fork of "Yet another take on a home assistant custom alarm" that will exist until its author is back to our Earth
80 stars 31 forks source link

Alarm Panel Will not load after update to HA #102

Closed suds32 closed 4 years ago

suds32 commented 4 years ago

Error shown This component is not working Check the Home Assistant log for more details. This integration: v1.12.4 Home Assistant: v0.111.0

Rebooted twice with no change from error log Log Details (ERROR) Logger: homeassistant.components.alarm_control_panel Source: components/frontend/init.py:190 Integration: Alarm control panel (documentation, issues) First occurred: 11:16:28 AM (1 occurrences) Last logged: 11:16:28 AM

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

akasma74 commented 4 years ago

Is the browser/app you are using to display HA/alarm panel uses admin account or normal user's one? If the latter, could you try with the admin account? Also, have you cleared cache of all your browsers/apps accessing HA before reboot?

Actually, I can see no difference with #94 so I'm closing this one, let's continue there