Remove unnecessary property from fritz (#77269)

pull/77407/head
epenet 2022-08-25 03:59:00 +02:00 committed by GitHub
parent 16b93d1af2
commit 859effee56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -877,11 +877,6 @@ class FritzDeviceBase(update_coordinator.CoordinatorEntity[AvmWrapper]):
return self._avm_wrapper.devices[self._mac].hostname
return None
@property
def should_poll(self) -> bool:
"""No polling needed."""
return False
async def async_process_update(self) -> None:
"""Update device."""
raise NotImplementedError()