Add binary sensor platform to Renault integration (#18962)

This commit is contained in:
epenet 2021-08-24 17:50:31 +02:00 committed by GitHub
parent 28a1345d35
commit 4b74a61cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,18 +3,23 @@ title: Renault
description: Instructions on how to integrate Renault car into Home Assistant. description: Instructions on how to integrate Renault car into Home Assistant.
ha_category: ha_category:
- Car - Car
- Binary Sensor
- Sensor - Sensor
ha_release: 2021.8 ha_release: 2021.8
ha_iot_class: Cloud Polling ha_iot_class: Cloud Polling
ha_config_flow: true ha_config_flow: true
ha_codeowners: '@epenet' ha_codeowners: '@epenet'
ha_domain: renault ha_domain: renault
ha_platforms:
- binary_sensor
- sensor
--- ---
The Renault integration offers integration with the **MyRenault** cloud service and provides sensors such as charger state and temperature. The Renault integration offers integration with the **MyRenault** cloud service and provides sensors such as charger state and temperature.
This integration provides the following platforms: This integration provides the following platforms:
- Binary sensors - such as plug and charge status.
- Sensors - such as battery level, outside temperature, odometer, estimated range, and charging rate. - Sensors - such as battery level, outside temperature, odometer, estimated range, and charging rate.
## Prerequisites ## Prerequisites