diff --git a/homeassistant/components/fritz/switch.py b/homeassistant/components/fritz/switch.py index 5b8c40485306cf..1352d9cb42e08e 100644 --- a/homeassistant/components/fritz/switch.py +++ b/homeassistant/components/fritz/switch.py @@ -518,7 +518,6 @@ def __init__(self, avm_wrapper: AvmWrapper, device: FritzDevice) -> None: default_manufacturer="AVM", default_model="FRITZ!Box Tracked device", default_name=device.hostname, - identifiers={(DOMAIN, self._mac)}, via_device=( DOMAIN, avm_wrapper.unique_id,