From fbdd67ccf200ce0b41fd699576cbee9bd5081374 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 14 Jun 2020 20:47:15 +0200 Subject: [PATCH] Add sensor platform to vicare (#13054) --- source/_integrations/vicare.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_integrations/vicare.markdown b/source/_integrations/vicare.markdown index 4bf6157de59..d855f061e15 100644 --- a/source/_integrations/vicare.markdown +++ b/source/_integrations/vicare.markdown @@ -16,6 +16,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) ## Configuration @@ -46,7 +47,7 @@ circuit: 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. + description: One of `generic`, `gas` or `heatpump`. Specifying the heating_type provides additional attributes and sensors specific for the heating system. required: false type: string default: generic @@ -131,3 +132,7 @@ Sets the target temperature of domestic hot water to the given temperature. | ---------------------- | -------- | ----------- | | `entity_id` | yes | String or list of strings that point at `entity_id`'s of water heater devices to control. To target all entities, use `all` keyword instead of entity_id. | `temperature` | no | New target temperature for water heater + +## Sensor + +Additional data from ViCare is available as separate sensors. The sensors are automatically created based on the configured `heating_type`.