mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 07:25:52 -05:00
Remove config entity category from TechnoVE charging enabled switch (#180205)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user