mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Bump ovoenergy to 2.0.1 (#147112)
This commit is contained in:
@ -7,5 +7,5 @@
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["ovoenergy"],
|
||||
"requirements": ["ovoenergy==2.0.0"]
|
||||
"requirements": ["ovoenergy==2.0.1"]
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1632,7 +1632,7 @@ orvibo==1.1.2
|
||||
ourgroceries==1.5.4
|
||||
|
||||
# homeassistant.components.ovo_energy
|
||||
ovoenergy==2.0.0
|
||||
ovoenergy==2.0.1
|
||||
|
||||
# homeassistant.components.p1_monitor
|
||||
p1monitor==3.1.0
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1379,7 +1379,7 @@ oralb-ble==0.17.6
|
||||
ourgroceries==1.5.4
|
||||
|
||||
# homeassistant.components.ovo_energy
|
||||
ovoenergy==2.0.0
|
||||
ovoenergy==2.0.1
|
||||
|
||||
# homeassistant.components.p1_monitor
|
||||
p1monitor==3.1.0
|
||||
|
@ -245,11 +245,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
||||
# opower > arrow > types-python-dateutil
|
||||
"arrow": {"types-python-dateutil"}
|
||||
},
|
||||
"ovo_energy": {
|
||||
# https://github.com/timmo001/ovoenergy/issues/132
|
||||
# ovoenergy > incremental > setuptools
|
||||
"incremental": {"setuptools"}
|
||||
},
|
||||
"pi_hole": {"hole": {"async-timeout"}},
|
||||
"pvpc_hourly_pricing": {"aiopvpc": {"async-timeout"}},
|
||||
"remote_rpi_gpio": {
|
||||
|
Reference in New Issue
Block a user