Replace pyserial-asyncio with serialx for ZHA and Hardware integrations (#159375)

Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
This commit is contained in:
puddly
2025-12-29 13:06:38 +01:00
committed by GitHub
co-authored by TheJulianJES
parent 9631528c87
commit 097d190750
7 changed files with 18 additions and 5 deletions
@@ -10,7 +10,8 @@
"bellows",
"universal_silabs_flasher",
"zigpy.serial",
"serial_asyncio_fast"
"serial_asyncio_fast",
"serialx"
],
"quality_scale": "bronze",
"usb": [
@@ -7,6 +7,7 @@
"documentation": "https://www.home-assistant.io/integrations/homeassistant_hardware",
"integration_type": "system",
"requirements": [
"serialx==0.5.0",
"universal-silabs-flasher==0.1.2",
"ha-silabs-firmware-client==0.3.0"
]
@@ -10,7 +10,8 @@
"bellows",
"universal_silabs_flasher",
"zigpy.serial",
"serial_asyncio_fast"
"serial_asyncio_fast",
"serialx"
],
"usb": [
{
@@ -11,7 +11,8 @@
"bellows",
"universal_silabs_flasher",
"zigpy.serial",
"serial_asyncio_fast"
"serial_asyncio_fast",
"serialx"
],
"single_config_entry": true
}
+3 -2
View File
@@ -20,9 +20,10 @@
"zigpy_zigate",
"zigpy_znp",
"zha",
"universal_silabs_flasher"
"universal_silabs_flasher",
"serialx"
],
"requirements": ["zha==0.0.82"],
"requirements": ["zha==0.0.82", "serialx==0.5.0"],
"usb": [
{
"description": "*2652*",
+4
View File
@@ -2834,6 +2834,10 @@ sentence-stream==1.2.0
# homeassistant.components.sentry
sentry-sdk==1.45.1
# homeassistant.components.homeassistant_hardware
# homeassistant.components.zha
serialx==0.5.0
# homeassistant.components.sfr_box
sfrbox-api==0.1.0
+4
View File
@@ -2373,6 +2373,10 @@ sentence-stream==1.2.0
# homeassistant.components.sentry
sentry-sdk==1.45.1
# homeassistant.components.homeassistant_hardware
# homeassistant.components.zha
serialx==0.5.0
# homeassistant.components.sfr_box
sfrbox-api==0.1.0