Honor "Enable newly added entities" for Fritz (#59948)
This commit is contained in:
parent
02b72d8c23
commit
82a422930b
1 changed files with 0 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue