mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Bump pyosoenergyapi to 1.1.5 (#146942)
This commit is contained in:
@ -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
2
requirements_all.txt
generated
@ -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
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user