mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Honor "Enable newly added entities" for Fritz (#59948)
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user