1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add support for USB discovery to ZHA (#54935)

* Add USB discovery support to ZHA

* dry

* dry

* Update homeassistant/components/zha/config_flow.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* black

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
J. Nick Koston
2021-08-20 20:42:23 -05:00
committed by GitHub
parent b71f2689d7
commit 8796eaec81
7 changed files with 260 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ To update, run python3 -m script.hassfest
# fmt: off
USB = {} # type: ignore
USB = {}
""".strip()