mirror of
https://github.com/home-assistant/core.git
synced 2026-05-23 17:00:13 +01:00
Bump python-technove to 2.1.1 (#168403)
Co-authored-by: Moustachauve <2206577+Moustachauve@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d96b626497
commit
40477ff87b
@@ -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."]
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
@@ -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',
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user