From b7db8dd62a323b2f6707c2e660acd94471037f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Tue, 19 Oct 2021 20:00:08 +0200 Subject: [PATCH] Add configuration url to Surepetcare (#58039) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Hjelseth Høyer --- homeassistant/components/surepetcare/entity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/surepetcare/entity.py b/homeassistant/components/surepetcare/entity.py index 8cdf0a74189..e1faaf07e26 100644 --- a/homeassistant/components/surepetcare/entity.py +++ b/homeassistant/components/surepetcare/entity.py @@ -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",