You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, from the last update I'm not able to use the integration. No datas, as the title I always see that error when I try to add the integration...
Invalid Handler Specified.
Reading the log files I've found this entry:
2024-12-19 15:57:21.288 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration fusion_solar: No module named 'homeassistant.core_config'
Seeing commit history I see that from homeassistant.core import HomeAssistant, Config was turned into from homeassistant.core import HomeAssistant from homeassistant.core_config import Config by Commit b704cb5, "Merge pull request #205 from tijsverkoyen/202-Config-deprecation".
Bringing it back it seems to work properly:
The text was updated successfully, but these errors were encountered:
Hi, from the last update I'm not able to use the integration. No datas, as the title I always see that error when I try to add the integration...
Invalid Handler Specified
.Reading the log files I've found this entry:
2024-12-19 15:57:21.288 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration fusion_solar: No module named 'homeassistant.core_config'
Seeing commit history I see that
from homeassistant.core import HomeAssistant, Config
was turned intofrom homeassistant.core import HomeAssistant from homeassistant.core_config import Config
byCommit b704cb5
, "Merge pull request #205 from tijsverkoyen/202-Config-deprecation".Bringing it back it seems to work properly:
The text was updated successfully, but these errors were encountered: