Add service configuration URL for vicare (#66927)
This commit is contained in:
parent
48dd77f341
commit
94a0f1c7b3
5 changed files with 5 additions and 0 deletions
|
@ -174,6 +174,7 @@ class ViCareClimate(ClimateEntity):
|
|||
"name": self._device_config.getModel(),
|
||||
"manufacturer": "Viessmann",
|
||||
"model": (DOMAIN, self._device_config.getModel()),
|
||||
"configuration_url": "https://developer.viessmann.com/",
|
||||
}
|
||||
|
||||
def update(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue