Bump pyosoenergyapi to 1.1.5 (#146942)

This commit is contained in:
epenet
2025-06-16 13:46:38 +02:00
committed by GitHub
parent d5262231a1
commit 33978ce59e
4 changed files with 3 additions and 8 deletions

View File

@ -5,5 +5,5 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/osoenergy",
"iot_class": "cloud_polling",
"requirements": ["pyosoenergyapi==1.1.4"]
"requirements": ["pyosoenergyapi==1.1.5"]
}

2
requirements_all.txt generated
View File

@ -2210,7 +2210,7 @@ pyopnsense==0.4.0
pyoppleio-legacy==1.0.8
# homeassistant.components.osoenergy
pyosoenergyapi==1.1.4
pyosoenergyapi==1.1.5
# homeassistant.components.opentherm_gw
pyotgw==2.2.2

View File

@ -1834,7 +1834,7 @@ pyopenweathermap==0.2.2
pyopnsense==0.4.0
# homeassistant.components.osoenergy
pyosoenergyapi==1.1.4
pyosoenergyapi==1.1.5
# homeassistant.components.opentherm_gw
pyotgw==2.2.2

View File

@ -250,11 +250,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
# opower > arrow > types-python-dateutil
"arrow": {"types-python-dateutil"}
},
"osoenergy": {
# https://github.com/osohotwateriot/apyosohotwaterapi/pull/4
# pyosoenergyapi > unasync > setuptools
"unasync": {"setuptools"}
},
"ovo_energy": {
# https://github.com/timmo001/ovoenergy/issues/132
# ovoenergy > incremental > setuptools