diff --git a/homeassistant/components/juicenet/entity.py b/homeassistant/components/juicenet/entity.py index 9b1def3b678..2ad6bd9b774 100644 --- a/homeassistant/components/juicenet/entity.py +++ b/homeassistant/components/juicenet/entity.py @@ -26,4 +26,5 @@ class JuiceNetDevice(CoordinatorEntity): "identifiers": {(DOMAIN, self.device.id)}, "name": self.device.name, "manufacturer": "JuiceNet", + "configuration_url": f"https://home.juice.net/Portal/Details?unitID={self.device.id}", }