mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
add pyserial to otbr requirements
This commit is contained in:
@@ -8,5 +8,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/otbr",
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["python-otbr-api==2.7.0"]
|
||||
"requirements": ["pyserial==3.5", "python-otbr-api==2.7.0"]
|
||||
}
|
||||
|
||||
Generated
+1
@@ -2334,6 +2334,7 @@ pyserial-asyncio-fast==0.16
|
||||
|
||||
# homeassistant.components.acer_projector
|
||||
# homeassistant.components.crownstone
|
||||
# homeassistant.components.otbr
|
||||
# homeassistant.components.usb
|
||||
# homeassistant.components.zwave_js
|
||||
pyserial==3.5
|
||||
|
||||
Generated
+1
@@ -1943,6 +1943,7 @@ pysensibo==1.2.1
|
||||
|
||||
# homeassistant.components.acer_projector
|
||||
# homeassistant.components.crownstone
|
||||
# homeassistant.components.otbr
|
||||
# homeassistant.components.usb
|
||||
# homeassistant.components.zwave_js
|
||||
pyserial==3.5
|
||||
|
||||
Reference in New Issue
Block a user