mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Honor "Enable newly added entities" for Fritz (#59948)
This commit is contained in:
parent
02b72d8c23
commit
82a422930b
@ -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…
x
Reference in New Issue
Block a user