asantaga / wiserHomeAssistantPlatform

Platform and related climate/sensors to support the Drayton Wiser Home Heating System
MIT License
234 stars 44 forks source link

Call deprecated #508

Closed SurreyAlan54 closed 4 hours ago

SurreyAlan54 commented 5 hours ago

Logger: homeassistant.helpers.frame Source: helpers/frame.py:188 First occurred: 19:17:12 (1 occurrences) Last logged: 19:17:12

Detected that custom integration 'wiser' 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("/wiser", "/config/custom_components/wiser/frontend", False)]); This function will be removed in 2025.7 at custom_components/wiser/frontend/init.py, line 24: self.hass.http.register_static_path(, please create a bug report at https://github.com/asantaga/wiserHomeAssistantPlatform/issues

msp1974 commented 4 hours ago

Thanks for logging but this is a duplicate of #494 and is fixed in development branch which should be released soon.

Closing as duplicate.