mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Add configuration url to Juicenet (#57999)
This commit is contained in:
@@ -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}",
|
||||
}
|
||||
|
Reference in New Issue
Block a user