Add configuration url to rachio (#57738)

pull/57799/head
J. Nick Koston 2021-10-14 23:23:32 -10:00 committed by GitHub
parent 6e6313272d
commit b7c52d0485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,4 +38,5 @@ class RachioDevice(Entity):
"name": self._controller.name,
"model": self._controller.model,
"manufacturer": DEFAULT_NAME,
"configuration_url": "https://app.rach.io",
}