forked from home-assistant/core
Add configuration url to Juicenet (#57999)
This commit is contained in:
@@ -26,4 +26,5 @@ class JuiceNetDevice(CoordinatorEntity):
|
|||||||
"identifiers": {(DOMAIN, self.device.id)},
|
"identifiers": {(DOMAIN, self.device.id)},
|
||||||
"name": self.device.name,
|
"name": self.device.name,
|
||||||
"manufacturer": "JuiceNet",
|
"manufacturer": "JuiceNet",
|
||||||
|
"configuration_url": f"https://home.juice.net/Portal/Details?unitID={self.device.id}",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user