Open wormiedk opened 1 day ago
Apparently they are postponing a breaking change so this will be fixed from the home assistant side for now
It now raises a warning on beta1:
2024-11-01 13:14:28.534 WARNING (ImportExecutor_0) [homeassistant.core] Config was used from ev_smart_charging, this is a deprecated alias which will be removed in HA Core 2025.11. Use homeassistant.core_config.Config instead, please report it to the author of the 'ev_smart_charging' custom integration
The fun part is, is that the warning is about an import that wasn't used anymore anyways and was already removed with https://github.com/jonasbkarlsson/ev_smart_charging/commit/1a1c573617efb10d8ac21112d34a402bf328a020, so it is already fixed in master
, it's just not part of a released version yet.
Or: this warning will be resolved in the next released version. If you want to fix it before, remove the Config,
part from this line in your local installation:
https://github.com/jonasbkarlsson/ev_smart_charging/blob/1a1c573617efb10d8ac21112d34a402bf328a020/custom_components/ev_smart_charging/__init__.py#L8
Version of the custom_component
Version 2.0.1
Describe the bug
After upgrade to home assistant 2024.11.0b0 the integration fails to load
Debug log