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
|
@ -205,6 +205,7 @@ class ViCareBinarySensor(BinarySensorEntity):
|
|||
"name": self._device_config.getModel(),
|
||||
"manufacturer": "Viessmann",
|
||||
"model": (DOMAIN, self._device_config.getModel()),
|
||||
"configuration_url": "https://developer.viessmann.com/",
|
||||
}
|
||||
|
||||
@property
|
||||
|
|
|
@ -101,6 +101,7 @@ class ViCareButton(ButtonEntity):
|
|||
"name": self._device_config.getModel(),
|
||||
"manufacturer": "Viessmann",
|
||||
"model": (DOMAIN, self._device_config.getModel()),
|
||||
"configuration_url": "https://developer.viessmann.com/",
|
||||
}
|
||||
|
||||
@property
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -467,6 +467,7 @@ class ViCareSensor(SensorEntity):
|
|||
"name": self._device_config.getModel(),
|
||||
"manufacturer": "Viessmann",
|
||||
"model": (DOMAIN, self._device_config.getModel()),
|
||||
"configuration_url": "https://developer.viessmann.com/",
|
||||
}
|
||||
|
||||
@property
|
||||
|
|
|
@ -147,6 +147,7 @@ class ViCareWater(WaterHeaterEntity):
|
|||
"name": self._device_config.getModel(),
|
||||
"manufacturer": "Viessmann",
|
||||
"model": (DOMAIN, self._device_config.getModel()),
|
||||
"configuration_url": "https://developer.viessmann.com/",
|
||||
}
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Reference in a new issue