Skip to content

v0.10.15 — HA strict-type fixes

Latest

Choose a tag to compare

@mavnezz mavnezz released this 23 May 12:29

Two log errors fixed: (1) Contiguous-block switch failed to register because _attr_entity_category = 'config' (string) no longer satisfies HA's strict enum check — switched to EntityCategory.CONFIG. (2) Solar-forecast-remaining and Grid-charge-needed sensors warned about state-class/device-class mismatch — these are snapshot values not cumulative meters, dropped the ENERGY device class. No behaviour changes.