From efa507f21d142ef9ddddb6cc61c16a2eac784bd4 Mon Sep 17 00:00:00 2001 From: Hans Oischinger Date: Sun, 23 Jan 2022 20:04:29 +0100 Subject: [PATCH] vicare: Update docs (#21288) --- source/_integrations/vicare.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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