diff --git a/homeassistant/components/bsblan/manifest.json b/homeassistant/components/bsblan/manifest.json index aa9c03abf4a..aeb11f74321 100644 --- a/homeassistant/components/bsblan/manifest.json +++ b/homeassistant/components/bsblan/manifest.json @@ -7,5 +7,5 @@ "integration_type": "device", "iot_class": "local_polling", "loggers": ["bsblan"], - "requirements": ["python-bsblan==1.2.1"] + "requirements": ["python-bsblan==2.0.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index e4a271051a8..040025791e1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2398,7 +2398,7 @@ python-awair==0.2.4 python-blockchain-api==0.0.2 # homeassistant.components.bsblan -python-bsblan==1.2.1 +python-bsblan==2.0.1 # homeassistant.components.clementine python-clementine-remote==1.0.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e3b9f704426..cdb7076dafd 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1992,7 +1992,7 @@ python-MotionMount==2.3.0 python-awair==0.2.4 # homeassistant.components.bsblan -python-bsblan==1.2.1 +python-bsblan==2.0.1 # homeassistant.components.ecobee python-ecobee-api==0.2.20 diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index 1b6aef6f787..4f10445d2c7 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -88,7 +88,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { # pyblackbird > pyserial-asyncio "pyblackbird": {"pyserial-asyncio"} }, - "bsblan": {"python-bsblan": {"async-timeout"}}, "cloud": {"hass-nabucasa": {"async-timeout"}, "snitun": {"async-timeout"}}, "cmus": { # https://github.com/mtreinish/pycmus/issues/4