Skip to content

Commit 40477ff

Browse files
authored
Bump python-technove to 2.1.1 (home-assistant#168403)
Co-authored-by: Moustachauve <2206577+Moustachauve@users.noreply.github.com>
1 parent d96b626 commit 40477ff

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

homeassistant/components/technove/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"documentation": "https://www.home-assistant.io/integrations/technove",
77
"integration_type": "device",
88
"iot_class": "local_polling",
9-
"requirements": ["python-technove==2.0.0"],
9+
"requirements": ["python-technove==2.1.1"],
1010
"zeroconf": ["_technove-stations._tcp.local."]
1111
}

homeassistant/components/technove/strings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,15 @@
6060
"status": {
6161
"name": "Status",
6262
"state": {
63+
"evse_fault": "EVSE fault",
64+
"ground_fault": "Ground fault",
6365
"high_tariff_period": "High tariff period",
6466
"out_of_activation_period": "Out of activation period",
67+
"pilot_fault": "Pilot fault",
6568
"plugged_charging": "Plugged, charging",
6669
"plugged_waiting": "Plugged, waiting",
67-
"unplugged": "Unplugged"
70+
"unplugged": "Unplugged",
71+
"ventilation_required": "Ventilation required"
6872
}
6973
},
7074
"voltage_in": {

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/components/technove/snapshots/test_sensor.ambr

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,10 @@
355355
'unplugged',
356356
'plugged_waiting',
357357
'plugged_charging',
358+
'ventilation_required',
359+
'pilot_fault',
360+
'evse_fault',
361+
'ground_fault',
358362
'out_of_activation_period',
359363
'high_tariff_period',
360364
]),
@@ -398,6 +402,10 @@
398402
'unplugged',
399403
'plugged_waiting',
400404
'plugged_charging',
405+
'ventilation_required',
406+
'pilot_fault',
407+
'evse_fault',
408+
'ground_fault',
401409
'out_of_activation_period',
402410
'high_tariff_period',
403411
]),

0 commit comments

Comments
 (0)