Add service configuration URL for vicare (#66927)

This commit is contained in:
Hans Oischinger 2022-02-20 11:47:05 +01:00 committed by GitHub
parent 48dd77f341
commit 94a0f1c7b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View file

@ -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):