nielsfaber / scheduler-component

Custom component for HA that enables the creation of scheduler entities
GNU General Public License v3.0
609 stars 39 forks source link

Warning from Home Assistant, Home Assistant deaktiviert die Funktion bei Version 2024.9 #338

Closed Johnyboy1984 closed 4 months ago

Johnyboy1984 commented 4 months ago
Ok ### Checklist - [yes ] I checked for similar existing issues (both open and closed) before posting. - [yes ] I am running the latest version. ### Expected behavior [What you expected to happen] ### Actual behavior [What actually happened]

Logger: homeassistant.helpers.frame Quelle: helpers/frame.py:156 Erstmals aufgetreten: 22:17:23 (2 Vorkommnisse) Zuletzt protokolliert: 22:17:27

Detected that custom integration 'scheduler' 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/scheduler/websockets.py, line 235: hass.components.websocket_api.async_register_command(, please create a bug report at https://github.com/nielsfaber/scheduler-component/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

Steps to Reproduce

Logger: homeassistant.helpers.frame Quelle: helpers/frame.py:156 Erstmals aufgetreten: 22:17:23 (2 Vorkommnisse) Zuletzt protokolliert: 22:17:27

Detected that custom integration 'scheduler' 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/scheduler/websockets.py, line 235: hass.components.websocket_api.async_register_command(, please create a bug report at https://github.com/nielsfaber/scheduler-component/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

nielsfaber commented 4 months ago

Duplicate of #336.