From 7f7109cd065bc2f8a4cf7312b682c485d911b3f2 Mon Sep 17 00:00:00 2001 From: Hans Oischinger Date: Wed, 27 Oct 2021 09:52:49 +0200 Subject: [PATCH] vicare: Remove circuit config option (#19814) --- source/_integrations/vicare.markdown | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/source/_integrations/vicare.markdown b/source/_integrations/vicare.markdown index c2bb70ce6c8..b374443be82 100644 --- a/source/_integrations/vicare.markdown +++ b/source/_integrations/vicare.markdown @@ -65,10 +65,6 @@ name: required: false default: ViCare type: string -circuit: - description: Heating circuit of your heating device if multiple exist - required: false - type: integer heating_type: description: One of `generic`, `gas`, `heatpump` or `fuelcell`. Specifying the heating_type provides additional attributes and sensors specific for the heating system. required: false @@ -81,8 +77,7 @@ scan_interval: type: integer {% endconfiguration %} -Two components will be created: `climate.vicare_heating` and `water_heater.vicare_water` (for domestic hot water). -Unless you specify a `circuit` parameter, it will pick up the first heating circuit of your installation. +Multiple device instances might be generated depending on the number of burners and/or circuits of your installation. If there is more than a single instance all devices are suffixed with the circuit or burner ID. ## Viessmann API limits