Remove config entity category from TechnoVE charging enabled switch (#180205)

This commit is contained in:
Christophe Gagnier
2026-08-25 23:05:40 +02:00
committed by GitHub
parent 78a7d81365
commit 23ae2993ab
2 changed files with 1 additions and 2 deletions
@@ -68,7 +68,6 @@ SWITCHES = [
TechnoVESwitchDescription(
key="session_active",
translation_key="session_active",
entity_category=EntityCategory.CONFIG,
is_on_fn=lambda station: station.info.is_session_active,
turn_on_fn=_enable_charging,
turn_off_fn=_disable_charging,
@@ -62,7 +62,7 @@
'device_id': <ANY>,
'disabled_by': None,
'domain': 'switch',
'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_category': None,
'entity_id': 'switch.technove_station_charging_enabled',
'has_entity_name': True,
'hidden_by': None,