mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Add service configuration URL for vicare (#66927)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user