From 3fbc026d5a3dbee78778ed42548a0c2d9c0d026c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 30 Jun 2023 16:13:22 -0400 Subject: [PATCH] Remove passing MAC as an identifier for Fritz (#95648) --- homeassistant/components/fritz/switch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/fritz/switch.py b/homeassistant/components/fritz/switch.py index 5b8c4048530..1352d9cb42e 100644 --- a/homeassistant/components/fritz/switch.py +++ b/homeassistant/components/fritz/switch.py @@ -518,7 +518,6 @@ class FritzBoxProfileSwitch(FritzDeviceBase, SwitchEntity): default_manufacturer="AVM", default_model="FRITZ!Box Tracked device", default_name=device.hostname, - identifiers={(DOMAIN, self._mac)}, via_device=( DOMAIN, avm_wrapper.unique_id,