mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Disable AVM FRITZ!Box Tools device_tracker entities by default (#50791)
This commit is contained in:
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…
x
Reference in New Issue
Block a user