mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +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."""
|
"""No polling needed."""
|
||||||
return False
|
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:
|
async def async_process_update(self) -> None:
|
||||||
"""Update device."""
|
"""Update device."""
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user