You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detected that custom integration 'dwains_dashboard' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop,
#829
Open
dajomu1 opened this issue
Aug 26, 2024
· 1 comment
Logger: homeassistant.helpers.frame
Source: helpers/frame.py:184
First occurred: 00:00:47 (5 occurrences)
Last logged: 00:01:30
Detected that custom integration 'dwains_dashboard' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call await hass.http.async_register_static_paths([StaticPathConfig("/dwains_dashboard/js", "/config/custom_components/dwains_dashboard/js", True)]); This function will be removed in 2025.7 at custom_components/dwains_dashboard/load_plugins.py, line 13: hass.http.register_static_path("/dwains_dashboard/js", hass.config.path(f"custom_components/{name}/js"), True), please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues
Detected that custom integration 'dwains_dashboard' accesses hass.components.websocket_api. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from websocket_api directly at custom_components/dwains_dashboard/notifications.py, line 220: hass.components.websocket_api.async_register_command(websocket_get_notifications), please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues
Detected that custom integration 'dwains_dashboard' calls async_add_job, which is deprecated and will be removed in Home Assistant 2025.4; Please review https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job for replacement options at custom_components/dwains_dashboard/init.py, line 1590: hass.async_add_job(, please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues
Detected that custom integration 'nordpool' calls async_forward_entry_setup for integration, nordpool with title: Nordpool and entry_id: 339dc4c5ed5c1fa791da0609b8fb9220, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/nordpool/init.py, line 182: hass.async_create_task(, please create a bug report at https://github.com/custom-components/nordpool/issues
Detected that custom integration 'roborock' calls async_forward_entry_setup for integration, roborock with title: david.muren@gmail.com and entry_id: f55f2c7a9264b5b14c0d994aa2c706bd, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/roborock/init.py, line 152: hass.async_create_task(, please create a bug report at https://github.com/humbertogontijo/homeassistant-roborock/issues
The text was updated successfully, but these errors were encountered:
Detected that custom integration 'dwains_dashboard' accesses hass.components.websocket_api. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from websocket_api directly at custom_components/dwains_dashboard/notifications.py, line 220: hass.components.websocket_api.async_register_command(websocket_get_notifications), please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues
Detected that custom integration 'dwains_dashboard' calls async_add_job, which is deprecated and will be removed in Home Assistant 2025.4; Please review https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job for replacement options at custom_components/dwains_dashboard/init.py, line 1590: hass.async_add_job(, please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues
Detected that custom integration 'nordpool' calls async_forward_entry_setup for integration, nordpool with title: Nordpool and entry_id: 4dddb18a5b1bef6ed916dd60ebdd4995, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/nordpool/init.py, line 182: hass.async_create_task(, please create a bug report at https://github.com/custom-components/nordpool/issues
Detected that custom integration 'alarmo' registers an entity service with a non entity service schema which will stop working in HA Core 2025.9 at custom_components/alarmo/alarm_control_panel.py, line 97: platform.async_register_entity_service(, please create a bug report at https://github.com/nielsfaber/alarmo/issues
Detected that custom integration 'alarmo' registers an entity service with a non entity service schema which will stop working in HA Core 2025.9 at custom_components/alarmo/alarm_control_panel.py, line 102: platform.async_register_entity_service(, please create a bug report at https://github.com/nielsfaber/alarmo/issues
Logger: homeassistant.helpers.frame
Source: helpers/frame.py:184
First occurred: 00:00:47 (5 occurrences)
Last logged: 00:01:30
Detected that custom integration 'dwains_dashboard' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call
await hass.http.async_register_static_paths([StaticPathConfig("/dwains_dashboard/js", "/config/custom_components/dwains_dashboard/js", True)])
; This function will be removed in 2025.7 at custom_components/dwains_dashboard/load_plugins.py, line 13: hass.http.register_static_path("/dwains_dashboard/js", hass.config.path(f"custom_components/{name}/js"), True), please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issuesDetected that custom integration 'dwains_dashboard' accesses hass.components.websocket_api. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from websocket_api directly at custom_components/dwains_dashboard/notifications.py, line 220: hass.components.websocket_api.async_register_command(websocket_get_notifications), please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues
Detected that custom integration 'dwains_dashboard' calls
async_add_job
, which is deprecated and will be removed in Home Assistant 2025.4; Please review https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job for replacement options at custom_components/dwains_dashboard/init.py, line 1590: hass.async_add_job(, please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issuesDetected that custom integration 'nordpool' calls async_forward_entry_setup for integration, nordpool with title: Nordpool and entry_id: 339dc4c5ed5c1fa791da0609b8fb9220, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/nordpool/init.py, line 182: hass.async_create_task(, please create a bug report at https://github.com/custom-components/nordpool/issues
Detected that custom integration 'roborock' calls async_forward_entry_setup for integration, roborock with title: david.muren@gmail.com and entry_id: f55f2c7a9264b5b14c0d994aa2c706bd, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/roborock/init.py, line 152: hass.async_create_task(, please create a bug report at https://github.com/humbertogontijo/homeassistant-roborock/issues
The text was updated successfully, but these errors were encountered: