Bump pymonoprice to 0.5
parent
8d4f5d78ff
commit
6a8fe74f96
|
@ -6,5 +6,5 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/monoprice",
|
"documentation": "https://www.home-assistant.io/integrations/monoprice",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pymonoprice"],
|
"loggers": ["pymonoprice"],
|
||||||
"requirements": ["pymonoprice==0.4"]
|
"requirements": ["pymonoprice==0.5"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2150,7 +2150,7 @@ pymochad==0.2.0
|
||||||
pymodbus==3.9.2
|
pymodbus==3.9.2
|
||||||
|
|
||||||
# homeassistant.components.monoprice
|
# homeassistant.components.monoprice
|
||||||
pymonoprice==0.4
|
pymonoprice==0.5
|
||||||
|
|
||||||
# homeassistant.components.msteams
|
# homeassistant.components.msteams
|
||||||
pymsteams==0.1.12
|
pymsteams==0.1.12
|
||||||
|
|
|
@ -1786,7 +1786,7 @@ pymochad==0.2.0
|
||||||
pymodbus==3.9.2
|
pymodbus==3.9.2
|
||||||
|
|
||||||
# homeassistant.components.monoprice
|
# homeassistant.components.monoprice
|
||||||
pymonoprice==0.4
|
pymonoprice==0.5
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.24.0
|
pymysensors==0.24.0
|
||||||
|
|
|
@ -220,11 +220,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
||||||
# pymochad > pbr > setuptools
|
# pymochad > pbr > setuptools
|
||||||
"pbr": {"setuptools"}
|
"pbr": {"setuptools"}
|
||||||
},
|
},
|
||||||
"monoprice": {
|
|
||||||
# https://github.com/etsinko/pymonoprice/issues/9
|
|
||||||
# pymonoprice > pyserial-asyncio
|
|
||||||
"pymonoprice": {"pyserial-asyncio"}
|
|
||||||
},
|
|
||||||
"mysensors": {
|
"mysensors": {
|
||||||
# https://github.com/theolind/pymysensors/issues/818
|
# https://github.com/theolind/pymysensors/issues/818
|
||||||
# pymysensors > pyserial-asyncio
|
# pymysensors > pyserial-asyncio
|
||||||
|
|
Loading…
Reference in New Issue