home-assistant-hypervolt-charger icon indicating copy to clipboard operation
home-assistant-hypervolt-charger copied to clipboard

Octopus Energy v12 breaks set schedule

Open martinpelant opened this issue 7 months ago • 0 comments

They removed last_evaluated attribute from all entities which will cause this to always fail: https://github.com/gndean/home-assistant-hypervolt-charger/blob/main/custom_components/hypervolt_charger/service.py#L67

and needs to be replaced with something like target_times_last_evaluated (tested locally and seems to work)

martinpelant avatar Aug 03 '24 21:08 martinpelant