Add select platform to Renault integration (#19160)

This commit is contained in:
epenet 2021-09-01 14:45:40 +02:00 committed by GitHub
parent 5c186716c2
commit b517335519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ ha_category:
- Car - Car
- Binary Sensor - Binary Sensor
- Presence Detection - Presence Detection
- Select
- Sensor - Sensor
ha_release: 2021.8 ha_release: 2021.8
ha_iot_class: Cloud Polling ha_iot_class: Cloud Polling
@ -14,6 +15,7 @@ ha_domain: renault
ha_platforms: ha_platforms:
- binary_sensor - binary_sensor
- device_tracker - device_tracker
- select
- sensor - sensor
--- ---
@ -22,7 +24,8 @@ The Renault integration offers integration with the **MyRenault** cloud service
This integration provides the following platforms: This integration provides the following platforms:
- Binary sensors - such as plug and charge status. - Binary sensors - such as plug and charge status.
- Device tracker - to track location of your car - Device tracker - to track location of your car.
- Selectors - to change the charge mode.
- 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