Add configuration_url to AVM FRITZ!Box Call Monitor (#121836)

pull/121844/head
Jan Rieger 2024-07-12 09:51:17 +02:00 committed by GitHub
parent 97aaae1372
commit 48978fb7f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ class FritzBoxCallSensor(SensorEntity):
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,