From 7c1e708745c168ac6ee0e9a7c93c8a5961170f1f Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Mon, 13 Nov 2023 16:24:15 +0000 Subject: [PATCH] Add V2C switch (#29763) * Add switch to V2C * update ha_platform --- source/_integrations/v2c.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/_integrations/v2c.markdown b/source/_integrations/v2c.markdown index f4b33cc03e3..63b1d1b5e7e 100644 --- a/source/_integrations/v2c.markdown +++ b/source/_integrations/v2c.markdown @@ -11,6 +11,7 @@ ha_codeowners: ha_domain: v2c ha_platforms: - sensor + - switch ha_integration_type: integration --- @@ -28,6 +29,12 @@ To configure the V2C integration you will need to enter the IP address of your T ## Sensor -The V2C integration currently exposes the follow sensors: +The V2C integration currently exposes the following sensors: - charge_power: a sensor for the current power charging your vehicle + +## Switch + +The V2C integration currently exposes the following switches: + +- pause session: pause the charging session \ No newline at end of file