mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Use the latest version of the pyserial-asyncio-fast library (#134501)
This commit is contained in:
parent
6f3544fa47
commit
629d108078
@ -4,5 +4,5 @@
|
|||||||
"codeowners": ["@fabaff"],
|
"codeowners": ["@fabaff"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/serial",
|
"documentation": "https://www.home-assistant.io/integrations/serial",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["pyserial-asyncio-fast==0.13"]
|
"requirements": ["pyserial-asyncio-fast==0.14"]
|
||||||
}
|
}
|
||||||
|
@ -2255,7 +2255,7 @@ pyschlage==2024.11.0
|
|||||||
pysensibo==1.1.0
|
pysensibo==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.serial
|
# homeassistant.components.serial
|
||||||
pyserial-asyncio-fast==0.13
|
pyserial-asyncio-fast==0.14
|
||||||
|
|
||||||
# homeassistant.components.acer_projector
|
# homeassistant.components.acer_projector
|
||||||
# homeassistant.components.crownstone
|
# homeassistant.components.crownstone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user