mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
Remove unneeded NotImplementedError in Volvlo entity (#161990)
This commit is contained in:
@@ -103,4 +103,3 @@ class VolvoEntity(CoordinatorEntity[VolvoBaseCoordinator], VolvoBaseEntity):
|
||||
@abstractmethod
|
||||
def _update_state(self, api_field: VolvoCarsApiBaseModel | None) -> None:
|
||||
"""Update the state of the entity."""
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user