diff --git a/homeassistant/components/surepetcare/entity.py b/homeassistant/components/surepetcare/entity.py index 8cdf0a74189b..e1faaf07e265 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",