Add Insteon USB discovery (#70306)
* Add Insteon USB discovery * Update tests/components/insteon/test_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:
parent
415c8b4ab8
commit
b049ffca23
6 changed files with 113 additions and 1 deletions
|
@ -6,6 +6,10 @@ To update, run python3 -m script.hassfest
|
|||
# fmt: off
|
||||
|
||||
USB = [
|
||||
{
|
||||
"domain": "insteon",
|
||||
"vid": "10BF"
|
||||
},
|
||||
{
|
||||
"domain": "modem_callerid",
|
||||
"vid": "0572",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue