Add configuration url to Juicenet (#57999)
This commit is contained in:
parent
6f0a7d2921
commit
334e3062a6
1 changed files with 1 additions and 0 deletions
|
@ -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}",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue