Add sensor platform to vicare (#13054)

This commit is contained in:
Martin 2020-06-14 20:47:15 +02:00 committed by GitHub
parent 2d8ead5ed3
commit fbdd67ccf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.