mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-06 02:06:48 +00:00
Add V2C Binary Sensors description (#29781)
* add Binary Sensors description * update ha_platform
This commit is contained in:
parent
cd57535623
commit
d0dd63f3d2
@ -10,6 +10,7 @@ ha_codeowners:
|
|||||||
- '@dgomes'
|
- '@dgomes'
|
||||||
ha_domain: v2c
|
ha_domain: v2c
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- binary_sensor
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
@ -27,6 +28,14 @@ To configure the V2C integration you will need to enter the IP address of your T
|
|||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
|
## Binary Sensor
|
||||||
|
|
||||||
|
The V2C integration currently exposes the following binary sensors:
|
||||||
|
|
||||||
|
- connected: indicates if the EVSE is connected to the car
|
||||||
|
- charging: indicates an ongoing charging session
|
||||||
|
- ready: indicates you may disconnect from the car
|
||||||
|
|
||||||
## Sensor
|
## Sensor
|
||||||
|
|
||||||
The V2C integration currently exposes the following sensors:
|
The V2C integration currently exposes the following sensors:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user