forked from home-assistant/core
Add configuration url to rachio (#57738)
This commit is contained in:
@@ -38,4 +38,5 @@ class RachioDevice(Entity):
|
|||||||
"name": self._controller.name,
|
"name": self._controller.name,
|
||||||
"model": self._controller.model,
|
"model": self._controller.model,
|
||||||
"manufacturer": DEFAULT_NAME,
|
"manufacturer": DEFAULT_NAME,
|
||||||
|
"configuration_url": "https://app.rach.io",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user