Bump ovoenergy to 2.0.1 (#147112)

This commit is contained in:
epenet
2025-06-19 08:46:03 +02:00
committed by GitHub
parent 6a16424bb4
commit fada81e1ce
4 changed files with 3 additions and 8 deletions

View File

@ -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
View File

@ -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

View File

@ -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

View File

@ -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": {