Add ViCare heating_type (#10656)

This commit is contained in:
Martin 2019-11-04 22:07:11 +01:00 committed by Franck Nijhof
parent a866289e58
commit c70899665a

View File

@ -43,6 +43,11 @@ circuit:
description: Heating circuit of your heating device if multiple exist description: Heating circuit of your heating device if multiple exist
required: false required: false
type: integer 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 %} {% endconfiguration %}
Two components will be created: `climate.vicare_heating` and `water_heater.vicare_water` (for domestic hot water). Two components will be created: `climate.vicare_heating` and `water_heater.vicare_water` (for domestic hot water).