HASwitchPlate / openHASP-custom-component

Home Assistant custom component for openHASP
https://www.openhasp.com
MIT License
49 stars 9 forks source link

Detected that custom integration 'hacs' accesses hass.components.frontend #129

Closed BenCos17 closed 5 days ago

BenCos17 commented 5 days ago

Version of the custom_component

Configuration


openhasp 0.6.6 and a lanbon l8

Describe the bug

see logs below got this on a reboot of home assistant

Debug log


Add your logs here.

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:184
First occurred: 10:40:45 PM (3 occurrences)
Last logged: 10:40:59 PM

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
Detected that custom integration 'openhasp' accesses hass.components.mqtt. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from mqtt directly at custom_components/openhasp/__init__.py, line 390: await self.hass.components.mqtt.async_subscribe(, please create a bug report at https://github.com/HASwitchPlate/openHASP-custom-component/issues
Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 630: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues