thomasloven / hass-browser_mod

🔹 A Home Assistant integration to turn your browser into a controllable entity and media player
MIT License
1.31k stars 186 forks source link

deprecated in Home Assistant 2024.9 - accesses hass.components.frontend #735

Closed Destroyer061090 closed 1 month ago

Destroyer061090 commented 2 months ago

on log appeare following warning

2024-07-31 09:45:47.964 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'browser_mod' 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/browser_mod/mod_view.py, line 24: hass.components.frontend.async_register_built_in_panel(, please report it to the author of the 'browser_mod' custom integration

thomasloven commented 1 month ago

Did you try version 3.2.1 which was released a few hours before you wrote this?

Destroyer061090 commented 1 month ago

solved with version 3.2.1!