kvj / hass_nuki_ng

Better support for Nuki devices in the Home Assistant
MIT License
167 stars 32 forks source link

'nuki_ng' accesses hass.components.cloud & hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9 #186

Open circa1665 opened 3 months ago

circa1665 commented 3 months ago

Am seeing the following errors in my logs

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:156
First occurred: 10 March 2024 at 03:09:58 (2 occurrences)
Last logged: 10 March 2024 at 03:10:16

Detected that custom integration 'nuki_ng' accesses hass.components.cloud. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from cloud directly at custom_components/nuki_ng/nuki.py, line 373: url = config.get("hass_url", get_url(hass)), please create a bug report at https://github.com/kvj/hass_nuki_ng/issues
Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues