-
-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Home Assistant Version: 2025.3.1
Integration Version: v1.5.1
Issue Description
I'm experiencing inconsistent reporting of localized load shedding states with the ha.integration.load_shedding integration.
-
The state correctly switches to "On" when load shedding begins.
-
However, it does not reliably switch back to "Off", sometimes for hours or even days.
-
Reloading the integration updates the state immediately to the correct value.
Additional Observations
-
The history bar correctly indicates that the current state should be "Off", but the actual state remains "On".
-
Initially, I suspected an ESP API quota issue, but this does not seem to be the cause.
-
This issue affects automations that rely on state changes (On β Off and Off β On) as triggers.
Question
What could be causing this behaviour, and is there a known fix or workaround?