So I am running Home Assistant 0.115.0b5 and have lost BWAlarm and partially lost Floorplan…
I was expecting some issues with Floorplan due to
WARNING (MainThread) [homeassistant.components.panel_custom] HTML custom panels have been deprecated
And
WARNING (MainThread) [homeassistant.components.frontend] The ‘extra_html_url’ option is deprecated, please remove it from your configuration. This option will become invalid in version 0.115
I can however report the Floorplan lovelace card is still displayed but gone from the sidebar.
BWAlarm is missing completely,
Error while setting up bwalarm platform for alarm_control_panel
&
The ‘entity_id’ option is deprecated, please remove it from your configuration
So my dilemma now is it worth upgrading past 0.114?
BWAlarm (ak74 edition) v1.12.6 worked fine until I upgrade to Home Assistant 0.115.0
log:
Error while setting up bwalarm platform for alarm_control_panel
Details:
Logger: homeassistant.components.alarm_control_panel
Source: custom_components/bwalarm/alarm_control_panel.py:395
Integration: Alarm control panel (documentation, issues)
First occurred: 9:29:01 PM (1 occurrences)
Last logged: 9:29:01 PM
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 193, in _async_setup_platform
await asyncio.shield(task)
File “/config/custom_components/bwalarm/alarm_control_panel.py”, line 395, in async_setup_platform
await hass.components.panel_custom.async_register_panel(
TypeError: async_register_panel() got an unexpected keyword argument ‘html_url’