Replace pyserial-asyncio with pyserial-asyncio-fast in serial (#116636)
This commit is contained in:
parent
cbf853a84f
commit
a1a314f63a
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ import json
|
|||
import logging
|
||||
|
||||
from serial import SerialException
|
||||
import serial_asyncio
|
||||
import serial_asyncio_fast as serial_asyncio
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.sensor import PLATFORM_SCHEMA, SensorEntity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue