forked from home-assistant/core
Bump python-mystrom to 2.4.0
This commit is contained in:
@@ -7,5 +7,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/mystrom",
|
"documentation": "https://www.home-assistant.io/integrations/mystrom",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pymystrom"],
|
"loggers": ["pymystrom"],
|
||||||
"requirements": ["python-mystrom==2.2.0"]
|
"requirements": ["python-mystrom==2.4.0"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -2471,7 +2471,7 @@ python-miio==0.5.12
|
|||||||
python-mpd2==3.1.1
|
python-mpd2==3.1.1
|
||||||
|
|
||||||
# homeassistant.components.mystrom
|
# homeassistant.components.mystrom
|
||||||
python-mystrom==2.2.0
|
python-mystrom==2.4.0
|
||||||
|
|
||||||
# homeassistant.components.swiss_public_transport
|
# homeassistant.components.swiss_public_transport
|
||||||
python-opendata-transport==0.5.0
|
python-opendata-transport==0.5.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -2041,7 +2041,7 @@ python-miio==0.5.12
|
|||||||
python-mpd2==3.1.1
|
python-mpd2==3.1.1
|
||||||
|
|
||||||
# homeassistant.components.mystrom
|
# homeassistant.components.mystrom
|
||||||
python-mystrom==2.2.0
|
python-mystrom==2.4.0
|
||||||
|
|
||||||
# homeassistant.components.swiss_public_transport
|
# homeassistant.components.swiss_public_transport
|
||||||
python-opendata-transport==0.5.0
|
python-opendata-transport==0.5.0
|
||||||
|
@@ -220,11 +220,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
# pymonoprice > pyserial-asyncio
|
# pymonoprice > pyserial-asyncio
|
||||||
"pymonoprice": {"pyserial-asyncio"}
|
"pymonoprice": {"pyserial-asyncio"}
|
||||||
},
|
},
|
||||||
"mystrom": {
|
|
||||||
# https://github.com/home-assistant-ecosystem/python-mystrom/issues/55
|
|
||||||
# python-mystrom > setuptools
|
|
||||||
"python-mystrom": {"setuptools"}
|
|
||||||
},
|
|
||||||
"nibe_heatpump": {"nibe": {"async-timeout"}},
|
"nibe_heatpump": {"nibe": {"async-timeout"}},
|
||||||
"norway_air": {"pymetno": {"async-timeout"}},
|
"norway_air": {"pymetno": {"async-timeout"}},
|
||||||
"nx584": {
|
"nx584": {
|
||||||
|
Reference in New Issue
Block a user