Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@dajomu1
Copy link

dajomu1 commented Aug 26, 2024

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

@ghost
Copy link

ghost commented Sep 13, 2024

I'd this web socket complaint related?

Logger: homeassistant.helpers.frame
Källa: helpers/frame.py:184
Inträffade först: 05:50:57 (6 händelser)
Senast loggade: 05:51:09

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@dajomu1 and others