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.