Disable AVM FRITZ!Box Tools device_tracker entities by default (#50791)
parent
775af9d2c5
commit
2cd2e46d73
|
@ -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."""
|
||||
|
|
Loading…
Reference in New Issue