mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add ViCare heating_type (#10656)
This commit is contained in:
parent
a866289e58
commit
c70899665a
@ -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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user