From 7e3e82746fb41c5c00bd7a3c177e4b519bcf7458 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 2 May 2024 11:09:43 -0500 Subject: [PATCH] Drop pyserial-asyncio from zha This may not be possible yet, but the long term goal is to get rid of pyserial-asyncio everywhere so we can prevent future integrations from using it and than we have to go though the effort of getting them to replace it with pyserial-asyncio-fast to avoid the event loop being blocked needed for https://github.com/home-assistant/core/pull/116635 --- homeassistant/components/zha/manifest.json | 1 - requirements_all.txt | 1 - requirements_test_all.txt | 4 ---- 3 files changed, 6 deletions(-) diff --git a/homeassistant/components/zha/manifest.json b/homeassistant/components/zha/manifest.json index b1511b2f5bb..1c32a9b6149 100644 --- a/homeassistant/components/zha/manifest.json +++ b/homeassistant/components/zha/manifest.json @@ -23,7 +23,6 @@ "requirements": [ "bellows==0.38.3", "pyserial==3.5", - "pyserial-asyncio==0.6", "zha-quirks==0.0.115", "zigpy-deconz==0.23.1", "zigpy==0.64.0", diff --git a/requirements_all.txt b/requirements_all.txt index 87e4fb9e77d..1e64adc3814 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2123,7 +2123,6 @@ pysensibo==1.0.36 pyserial-asyncio-fast==0.11 # homeassistant.components.serial -# homeassistant.components.zha pyserial-asyncio==0.6 # homeassistant.components.acer_projector diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 908792f4069..0b5ccba7f39 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1661,10 +1661,6 @@ pysensibo==1.0.36 # homeassistant.components.zha pyserial-asyncio-fast==0.11 -# homeassistant.components.serial -# homeassistant.components.zha -pyserial-asyncio==0.6 - # homeassistant.components.acer_projector # homeassistant.components.crownstone # homeassistant.components.usb