mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Add configuration url to Juicenet (#57999)
This commit is contained in:
parent
6f0a7d2921
commit
334e3062a6
@ -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…
x
Reference in New Issue
Block a user