mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Update python-mystrom to 2.4.0 (#148682)
This commit is contained in:
parent
bc07030304
commit
5e30e6cb91
@ -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"]
|
||||||
}
|
}
|
||||||
|
@ -568,8 +568,6 @@ filterwarnings = [
|
|||||||
"ignore:pkg_resources is deprecated as an API:UserWarning:pysiaalarm.data.data",
|
"ignore:pkg_resources is deprecated as an API:UserWarning:pysiaalarm.data.data",
|
||||||
# https://pypi.org/project/pybotvac/ - v0.0.28 - 2025-06-11
|
# https://pypi.org/project/pybotvac/ - v0.0.28 - 2025-06-11
|
||||||
"ignore:pkg_resources is deprecated as an API:UserWarning:pybotvac.version",
|
"ignore:pkg_resources is deprecated as an API:UserWarning:pybotvac.version",
|
||||||
# https://github.com/home-assistant-ecosystem/python-mystrom/blob/2.2.0/pymystrom/__init__.py#L10 - v2.2.0 - 2023-05-21
|
|
||||||
"ignore:pkg_resources is deprecated as an API:UserWarning:pymystrom",
|
|
||||||
# - SyntaxWarning - is with literal
|
# - SyntaxWarning - is with literal
|
||||||
# https://github.com/majuss/lupupy/pull/15 - >0.3.2
|
# https://github.com/majuss/lupupy/pull/15 - >0.3.2
|
||||||
# https://pypi.org/project/opuslib/ - v3.0.1 - 2018-01-16
|
# https://pypi.org/project/opuslib/ - v3.0.1 - 2018-01-16
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2474,7 +2474,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
@ -2047,7 +2047,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
|
||||||
|
@ -222,11 +222,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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user