mirror of
https://github.com/home-assistant/core.git
synced 2025-08-08 07:05:07 +02:00
Add configuration_url
to iCloud integration (#58557)
This commit is contained in:
@@ -116,6 +116,7 @@ class IcloudTrackerEntity(TrackerEntity):
|
||||
def device_info(self) -> DeviceInfo:
|
||||
"""Return the device information."""
|
||||
return DeviceInfo(
|
||||
configuration_url="https://icloud.com/",
|
||||
identifiers={(DOMAIN, self._device.unique_id)},
|
||||
manufacturer="Apple",
|
||||
model=self._device.device_model,
|
||||
|
@@ -94,6 +94,7 @@ class IcloudDeviceBatterySensor(SensorEntity):
|
||||
def device_info(self) -> DeviceInfo:
|
||||
"""Return the device information."""
|
||||
return DeviceInfo(
|
||||
configuration_url="https://icloud.com/",
|
||||
identifiers={(DOMAIN, self._device.unique_id)},
|
||||
manufacturer="Apple",
|
||||
model=self._device.device_model,
|
||||
|
Reference in New Issue
Block a user