mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Bump python-bsblan to version 2.0.1 (#146198)
* Bump python-bsblan to version 2.0.1 * Remove 'bsblan' exception for 'python-bsblan' from forbidden package exceptions
This commit is contained in:
parent
5fb2802bf4
commit
9c23331ead
@ -7,5 +7,5 @@
|
|||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["bsblan"],
|
"loggers": ["bsblan"],
|
||||||
"requirements": ["python-bsblan==1.2.1"]
|
"requirements": ["python-bsblan==2.0.1"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2398,7 +2398,7 @@ python-awair==0.2.4
|
|||||||
python-blockchain-api==0.0.2
|
python-blockchain-api==0.0.2
|
||||||
|
|
||||||
# homeassistant.components.bsblan
|
# homeassistant.components.bsblan
|
||||||
python-bsblan==1.2.1
|
python-bsblan==2.0.1
|
||||||
|
|
||||||
# homeassistant.components.clementine
|
# homeassistant.components.clementine
|
||||||
python-clementine-remote==1.0.1
|
python-clementine-remote==1.0.1
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1992,7 +1992,7 @@ python-MotionMount==2.3.0
|
|||||||
python-awair==0.2.4
|
python-awair==0.2.4
|
||||||
|
|
||||||
# homeassistant.components.bsblan
|
# homeassistant.components.bsblan
|
||||||
python-bsblan==1.2.1
|
python-bsblan==2.0.1
|
||||||
|
|
||||||
# homeassistant.components.ecobee
|
# homeassistant.components.ecobee
|
||||||
python-ecobee-api==0.2.20
|
python-ecobee-api==0.2.20
|
||||||
|
@ -88,7 +88,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
# pyblackbird > pyserial-asyncio
|
# pyblackbird > pyserial-asyncio
|
||||||
"pyblackbird": {"pyserial-asyncio"}
|
"pyblackbird": {"pyserial-asyncio"}
|
||||||
},
|
},
|
||||||
"bsblan": {"python-bsblan": {"async-timeout"}},
|
|
||||||
"cloud": {"hass-nabucasa": {"async-timeout"}, "snitun": {"async-timeout"}},
|
"cloud": {"hass-nabucasa": {"async-timeout"}, "snitun": {"async-timeout"}},
|
||||||
"cmus": {
|
"cmus": {
|
||||||
# https://github.com/mtreinish/pycmus/issues/4
|
# https://github.com/mtreinish/pycmus/issues/4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user