mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Bump pymysensors to 0.25.0 (#146941)
This commit is contained in:
parent
b563f9078a
commit
d5262231a1
@ -7,5 +7,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/mysensors",
|
"documentation": "https://www.home-assistant.io/integrations/mysensors",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["mysensors"],
|
"loggers": ["mysensors"],
|
||||||
"requirements": ["pymysensors==0.24.0"]
|
"requirements": ["pymysensors==0.25.0"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2156,7 +2156,7 @@ pymonoprice==0.4
|
|||||||
pymsteams==0.1.12
|
pymsteams==0.1.12
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.24.0
|
pymysensors==0.25.0
|
||||||
|
|
||||||
# homeassistant.components.iron_os
|
# homeassistant.components.iron_os
|
||||||
pynecil==4.1.0
|
pynecil==4.1.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1789,7 +1789,7 @@ pymodbus==3.9.2
|
|||||||
pymonoprice==0.4
|
pymonoprice==0.4
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.24.0
|
pymysensors==0.25.0
|
||||||
|
|
||||||
# homeassistant.components.iron_os
|
# homeassistant.components.iron_os
|
||||||
pynecil==4.1.0
|
pynecil==4.1.0
|
||||||
|
@ -225,11 +225,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
# pymonoprice > pyserial-asyncio
|
# pymonoprice > pyserial-asyncio
|
||||||
"pymonoprice": {"pyserial-asyncio"}
|
"pymonoprice": {"pyserial-asyncio"}
|
||||||
},
|
},
|
||||||
"mysensors": {
|
|
||||||
# https://github.com/theolind/pymysensors/issues/818
|
|
||||||
# pymysensors > pyserial-asyncio
|
|
||||||
"pymysensors": {"pyserial-asyncio"}
|
|
||||||
},
|
|
||||||
"mystrom": {
|
"mystrom": {
|
||||||
# https://github.com/home-assistant-ecosystem/python-mystrom/issues/55
|
# https://github.com/home-assistant-ecosystem/python-mystrom/issues/55
|
||||||
# python-mystrom > setuptools
|
# python-mystrom > setuptools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user