From 40477ff87bce2ab71a1715f3487e4b51ec0e2bf6 Mon Sep 17 00:00:00 2001 From: Christophe Gagnier Date: Mon, 20 Apr 2026 08:52:07 -0400 Subject: [PATCH] Bump python-technove to 2.1.1 (#168403) Co-authored-by: Moustachauve <2206577+Moustachauve@users.noreply.github.com> --- homeassistant/components/technove/manifest.json | 2 +- homeassistant/components/technove/strings.json | 6 +++++- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- tests/components/technove/snapshots/test_sensor.ambr | 8 ++++++++ 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/technove/manifest.json b/homeassistant/components/technove/manifest.json index 746c2280aaa..ea77023d0cc 100644 --- a/homeassistant/components/technove/manifest.json +++ b/homeassistant/components/technove/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://www.home-assistant.io/integrations/technove", "integration_type": "device", "iot_class": "local_polling", - "requirements": ["python-technove==2.0.0"], + "requirements": ["python-technove==2.1.1"], "zeroconf": ["_technove-stations._tcp.local."] } diff --git a/homeassistant/components/technove/strings.json b/homeassistant/components/technove/strings.json index 98bb4b9562b..351ee78b966 100644 --- a/homeassistant/components/technove/strings.json +++ b/homeassistant/components/technove/strings.json @@ -60,11 +60,15 @@ "status": { "name": "Status", "state": { + "evse_fault": "EVSE fault", + "ground_fault": "Ground fault", "high_tariff_period": "High tariff period", "out_of_activation_period": "Out of activation period", + "pilot_fault": "Pilot fault", "plugged_charging": "Plugged, charging", "plugged_waiting": "Plugged, waiting", - "unplugged": "Unplugged" + "unplugged": "Unplugged", + "ventilation_required": "Ventilation required" } }, "voltage_in": { diff --git a/requirements_all.txt b/requirements_all.txt index 39ca95b26e2..b15152840bb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2686,7 +2686,7 @@ python-songpal==0.16.2 python-tado==0.18.16 # homeassistant.components.technove -python-technove==2.0.0 +python-technove==2.1.1 # homeassistant.components.telegram_bot python-telegram-bot[socks]==22.7 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index b2162a51200..8a46e647438 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2288,7 +2288,7 @@ python-songpal==0.16.2 python-tado==0.18.16 # homeassistant.components.technove -python-technove==2.0.0 +python-technove==2.1.1 # homeassistant.components.telegram_bot python-telegram-bot[socks]==22.7 diff --git a/tests/components/technove/snapshots/test_sensor.ambr b/tests/components/technove/snapshots/test_sensor.ambr index b616ff4e2a3..2c329f8233b 100644 --- a/tests/components/technove/snapshots/test_sensor.ambr +++ b/tests/components/technove/snapshots/test_sensor.ambr @@ -355,6 +355,10 @@ 'unplugged', 'plugged_waiting', 'plugged_charging', + 'ventilation_required', + 'pilot_fault', + 'evse_fault', + 'ground_fault', 'out_of_activation_period', 'high_tariff_period', ]), @@ -398,6 +402,10 @@ 'unplugged', 'plugged_waiting', 'plugged_charging', + 'ventilation_required', + 'pilot_fault', + 'evse_fault', + 'ground_fault', 'out_of_activation_period', 'high_tariff_period', ]),