Skip to content

Commit

Permalink
Remove passing MAC as an identifier for Fritz (#95648)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Jun 30, 2023
1 parent 8ddc7f2 commit 3fbc026
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/fritz/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3fbc026

Please sign in to comment.