mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove passing MAC as an identifier for Fritz (#95648)
This commit is contained in:
parent
8ddc7f2089
commit
3fbc026d5a
@ -518,7 +518,6 @@ class FritzBoxProfileSwitch(FritzDeviceBase, SwitchEntity):
|
|||||||
default_manufacturer="AVM",
|
default_manufacturer="AVM",
|
||||||
default_model="FRITZ!Box Tracked device",
|
default_model="FRITZ!Box Tracked device",
|
||||||
default_name=device.hostname,
|
default_name=device.hostname,
|
||||||
identifiers={(DOMAIN, self._mac)},
|
|
||||||
via_device=(
|
via_device=(
|
||||||
DOMAIN,
|
DOMAIN,
|
||||||
avm_wrapper.unique_id,
|
avm_wrapper.unique_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user