Skip to content

Commit

Permalink
Add configuration_url to AVM FRITZ!Box Call Monitor (home-assistant#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieger authored Jul 12, 2024
1 parent 97aaae1 commit 48978fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/fritzbox_callmonitor/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def __init__(
self._attr_unique_id = unique_id
self._attr_native_value = CallState.IDLE
self._attr_device_info = DeviceInfo(
configuration_url=self._fritzbox_phonebook.fph.fc.address,
identifiers={(DOMAIN, unique_id)},
manufacturer=MANUFACTURER,
model=self._fritzbox_phonebook.fph.modelname,
Expand Down

0 comments on commit 48978fb

Please sign in to comment.