Add configuration url to Surepetcare (#58039)

Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
This commit is contained in:
Daniel Hjelseth Høyer 2021-10-19 20:00:08 +02:00 committed by GitHub
parent 24d3bf0930
commit b7db8dd62a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class SurePetcareEntity(CoordinatorEntity):
self._device_id = f"{surepy_entity.household_id}-{surepetcare_id}"
self._attr_device_info = DeviceInfo(
configuration_url="https://surepetcare.io/dashboard/",
identifiers={(DOMAIN, self._device_id)},
name=self._device_name,
manufacturer="Sure Petcare",