Remove unneeded NotImplementedError in Volvlo entity (#161990)

This commit is contained in:
Erwin Douna
2026-02-01 15:25:23 +01:00
committed by GitHub
parent 99fa7a1f52
commit 96cb2247df

View File

@@ -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