mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Remove unnecessary property from fritz (#77269)
This commit is contained in:
parent
16b93d1af2
commit
859effee56
@ -877,11 +877,6 @@ class FritzDeviceBase(update_coordinator.CoordinatorEntity[AvmWrapper]):
|
|||||||
return self._avm_wrapper.devices[self._mac].hostname
|
return self._avm_wrapper.devices[self._mac].hostname
|
||||||
return None
|
return None
|
||||||
|
|
||||||
@property
|
|
||||||
def should_poll(self) -> bool:
|
|
||||||
"""No polling needed."""
|
|
||||||
return False
|
|
||||||
|
|
||||||
async def async_process_update(self) -> None:
|
async def async_process_update(self) -> None:
|
||||||
"""Update device."""
|
"""Update device."""
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user