Add configuration url to Juicenet (#57999)
parent
6f0a7d2921
commit
334e3062a6
|
@ -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}",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue