Open Plawasan opened 3 weeks ago
My guess it's related to this PR - https://github.com/home-assistant/core/pull/129065
updating __init__.py
to:
from homeassistant.core import HomeAssistant
from homeassistant.core_config import Config
fixed the issue for me.
Feel free to subit a PR with the fix. There's a deprecation period in latest beta to switch over.
I'd prefer someone with a bit more expertise/experience do that, I just got lucky the first thing I tried actually worked but I don't feel like messing with the main repo.
https://developers.home-assistant.io/blog/2024/10/31/core-config-moved/ - here's how to properly address the change
Thanks. Seems simple enough, i'll give it a try!
Version of the custom_component
0.5.13
Configuration
Describe the bug
Integration won't load in HA 2024.11b0 with the error shown below
Debug log