mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
Bump pytechnove to 2.0.0 (#139314)
This commit is contained in:
parent
861ba0ee5e
commit
5895245a31
@ -6,6 +6,6 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/technove",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["python-technove==1.3.1"],
|
||||
"requirements": ["python-technove==2.0.0"],
|
||||
"zeroconf": ["_technove-stations._tcp.local."]
|
||||
}
|
||||
|
@ -70,7 +70,7 @@
|
||||
"plugged_waiting": "Plugged, waiting",
|
||||
"plugged_charging": "Plugged, charging",
|
||||
"out_of_activation_period": "Out of activation period",
|
||||
"high_charge_period": "High charge period"
|
||||
"high_tariff_period": "High tariff period"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2479,7 +2479,7 @@ python-songpal==0.16.2
|
||||
python-tado==0.18.6
|
||||
|
||||
# homeassistant.components.technove
|
||||
python-technove==1.3.1
|
||||
python-technove==2.0.0
|
||||
|
||||
# homeassistant.components.telegram_bot
|
||||
python-telegram-bot[socks]==21.5
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -2012,7 +2012,7 @@ python-songpal==0.16.2
|
||||
python-tado==0.18.6
|
||||
|
||||
# homeassistant.components.technove
|
||||
python-technove==1.3.1
|
||||
python-technove==2.0.0
|
||||
|
||||
# homeassistant.components.telegram_bot
|
||||
python-telegram-bot[socks]==21.5
|
||||
|
@ -6,7 +6,7 @@
|
||||
'current': 23.75,
|
||||
'energy_session': 12.34,
|
||||
'energy_total': 1234,
|
||||
'high_charge_period_active': False,
|
||||
'high_tariff_period_active': False,
|
||||
'in_sharing_mode': False,
|
||||
'is_battery_protected': False,
|
||||
'is_session_active': True,
|
||||
|
@ -322,7 +322,7 @@
|
||||
'plugged_waiting',
|
||||
'plugged_charging',
|
||||
'out_of_activation_period',
|
||||
'high_charge_period',
|
||||
'high_tariff_period',
|
||||
]),
|
||||
}),
|
||||
'config_entry_id': <ANY>,
|
||||
@ -363,7 +363,7 @@
|
||||
'plugged_waiting',
|
||||
'plugged_charging',
|
||||
'out_of_activation_period',
|
||||
'high_charge_period',
|
||||
'high_tariff_period',
|
||||
]),
|
||||
}),
|
||||
'context': <ANY>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user