diff --git a/source/_integrations/vicare.markdown b/source/_integrations/vicare.markdown index 54a6dff4384..9f6f8ec10f5 100644 --- a/source/_integrations/vicare.markdown +++ b/source/_integrations/vicare.markdown @@ -13,6 +13,7 @@ ha_platforms: - climate - sensor - water_heater + - button ha_dhcp: true --- @@ -24,6 +25,7 @@ There is currently support for the following device types within Home Assistant: - [Climate](#climate) (Heating) - [Water Heater](#water-heater) (Domestic Hot Water) - [Sensor](#sensor) (Sensor) +- [Button](#button) (Button) {% include integrations/config_flow.md %} @@ -123,4 +125,9 @@ Sets the target temperature of domestic hot water to the given temperature. ## Sensor -Additional data from ViCare is available as separate sensors. The sensors are automatically created based on the configured `heating_type`. +Additional data from ViCare is available as separate sensors. The sensors are automatically discovered based on the available API data points. + +## Button + +Button entities are available for triggering like a one-time charge of the water heater. + \ No newline at end of file