mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Disable AVM FRITZ!Box Tools device_tracker entities by default (#50791)
This commit is contained in:
@@ -181,6 +181,11 @@ class FritzBoxTracker(ScannerEntity):
|
||||
return "mdi:lan-connect"
|
||||
return "mdi:lan-disconnect"
|
||||
|
||||
@property
|
||||
def entity_registry_enabled_default(self) -> bool:
|
||||
"""Return if the entity should be enabled when first added to the entity registry."""
|
||||
return False
|
||||
|
||||
@callback
|
||||
def async_process_update(self) -> None:
|
||||
"""Update device."""
|
||||
|
Reference in New Issue
Block a user