From b2b52532a902699bddf961ff564ffe204a00b852 Mon Sep 17 00:00:00 2001 From: Christophe Gagnier Date: Fri, 19 Jan 2024 00:05:09 -0500 Subject: [PATCH] Add TechnoVE integration (#30420) * Add TechnoVE integration * Update source/_integrations/technove.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Update TechnoVE description to remove WiFi mention. * Update the name of the charging station to match the model name --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/technove.markdown | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 source/_integrations/technove.markdown diff --git a/source/_integrations/technove.markdown b/source/_integrations/technove.markdown new file mode 100644 index 00000000000..ecd98e9394f --- /dev/null +++ b/source/_integrations/technove.markdown @@ -0,0 +1,34 @@ +--- +title: TechnoVE +description: Instructions on how to integrate TechnoVE Smart Charging Station with Home Assistant. +ha_category: + - Car +ha_release: 2024.2 +ha_iot_class: Local Polling +ha_domain: technove +ha_config_flow: true +ha_codeowners: + - '@Moustachauve' +ha_platforms: + - sensor +ha_integration_type: integration +--- + +The TechnoVE integration provides connectivity with TechnoVE Smart Charging Station through the station local API. + +{% include integrations/config_flow.md %} + +## Sensors + +The {% term integration %} adds the following sensors: + +- Input voltage +- Output voltage +- Max current +- Max station current +- Current +- Total energy usage +- Last session energy usage +- Wi-Fi signal strength +- Wi-Fi network name +- Status \ No newline at end of file