custom-components / nordpool

This component allows you to pull in the energy prices into Home-Assistant.
457 stars 110 forks source link

problem adding integration using GUI in "Devices & Services" #441

Open bp-ouhaha opened 3 hours ago

bp-ouhaha commented 3 hours ago

I installed today Nordpool 0.0.15 (latest) on Home-Assitant version: Core 2024.10.4 Supervisor 2024.10.3 Operating System 13.2 Frontend 20241002.4

After restart, I try to add the Integration in "Devices & Services" using the GUI, then I get this message: Config flow could not be loaded: {"message":"Invalid handler specified"}

tomgnilsen commented 3 hours ago

I face the same issue. Added the HACS today and installed NordPool. Looks like a problem with the change of the different price zones in Norway that was renamed.

Core 2024.10.4 Supervisor 2024.10.3 Operating System 13.2 Frontend 20241002.4

Found a work around.

Dirty workaround

config/custom_components/nordpool/manifest.json

orginal line

"nordpool>=0.2"

roll back to old release

"nordpool==0.4.2",

and restart HA