Add configuration url to Juicenet (#57999)

pull/58005/head
Jesse Hills 2021-10-19 11:51:29 +13:00 committed by GitHub
parent 6f0a7d2921
commit 334e3062a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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}",
}