mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Bump pyosoenergyapi to 1.1.5 (#146942)
This commit is contained in:
parent
d5262231a1
commit
33978ce59e
@ -5,5 +5,5 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/osoenergy",
|
"documentation": "https://www.home-assistant.io/integrations/osoenergy",
|
||||||
"iot_class": "cloud_polling",
|
"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
|
pyoppleio-legacy==1.0.8
|
||||||
|
|
||||||
# homeassistant.components.osoenergy
|
# homeassistant.components.osoenergy
|
||||||
pyosoenergyapi==1.1.4
|
pyosoenergyapi==1.1.5
|
||||||
|
|
||||||
# homeassistant.components.opentherm_gw
|
# homeassistant.components.opentherm_gw
|
||||||
pyotgw==2.2.2
|
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
|
pyopnsense==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.osoenergy
|
# homeassistant.components.osoenergy
|
||||||
pyosoenergyapi==1.1.4
|
pyosoenergyapi==1.1.5
|
||||||
|
|
||||||
# homeassistant.components.opentherm_gw
|
# homeassistant.components.opentherm_gw
|
||||||
pyotgw==2.2.2
|
pyotgw==2.2.2
|
||||||
|
@ -250,11 +250,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
# opower > arrow > types-python-dateutil
|
# opower > arrow > types-python-dateutil
|
||||||
"arrow": {"types-python-dateutil"}
|
"arrow": {"types-python-dateutil"}
|
||||||
},
|
},
|
||||||
"osoenergy": {
|
|
||||||
# https://github.com/osohotwateriot/apyosohotwaterapi/pull/4
|
|
||||||
# pyosoenergyapi > unasync > setuptools
|
|
||||||
"unasync": {"setuptools"}
|
|
||||||
},
|
|
||||||
"ovo_energy": {
|
"ovo_energy": {
|
||||||
# https://github.com/timmo001/ovoenergy/issues/132
|
# https://github.com/timmo001/ovoenergy/issues/132
|
||||||
# ovoenergy > incremental > setuptools
|
# ovoenergy > incremental > setuptools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user