From c70899665a9eb9420a537e55eb863337902e80c7 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 4 Nov 2019 22:07:11 +0100 Subject: [PATCH] Add ViCare heating_type (#10656) --- source/_integrations/vicare.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/vicare.markdown b/source/_integrations/vicare.markdown index 4bb79f76745..9cbaf4b3d36 100644 --- a/source/_integrations/vicare.markdown +++ b/source/_integrations/vicare.markdown @@ -43,6 +43,11 @@ circuit: description: Heating circuit of your heating device if multiple exist required: false type: integer +heating_type: + description: One of `generic`, `gas` or `heatpump`. Specifying the heating_type provides additional attributes specific for the heating system. + required: false + type: string + default: generic {% endconfiguration %} Two components will be created: `climate.vicare_heating` and `water_heater.vicare_water` (for domestic hot water).