Honor "Enable newly added entities" for Fritz (#59948)

This commit is contained in:
Simone Chemelli 2021-11-22 01:51:48 +01:00 committed by GitHub
parent 02b72d8c23
commit 82a422930b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -442,11 +442,6 @@ class FritzDeviceBase(Entity):
"""No polling needed."""
return False
@property
def entity_registry_enabled_default(self) -> bool:
"""Return if the entity should be enabled when first added to the entity registry."""
return False
async def async_process_update(self) -> None:
"""Update device."""
raise NotImplementedError()