hass-core/homeassistant/generated/usb.py
Robert Hillis 14aa9c91eb
Add Config Flow to Modem Caller ID integration (#46677)
* Add phone_modem integration

* Use original domain

* Add init tests for Modem Caller ID

* Clean up tests

* Clean up tests

* apply suggestions

* Fix tests

* Make only one instance possible

* Allow more than 1 device and remove hangup service

* simplify already configured

* Update sensor.py

* Update config_flow.py

* Fix manifest

* More cleanup

* Fix tests

* Ue target

* Clean up sensor.py

* Minor tweaks

* Close modem on restart and unload

* Update requirements

* fix tests

* Bump phone_modem

* rework

* add typing

* use async_setup_platform

* typing

* tweak

* cleanup

* fix init

* preserve original name

* remove callback line

* use list of serial devices on host

* tweak

* rework

* Rework for usb dicsovery

* Update requirements_test_all.txt

* Update config_flow.py

* tweaks

* tweak

* move api out of try statement

* suggested tweaks

* clean up

* typing

* tweak

* tweak

* async name the service
2021-09-13 14:22:54 -10:00

54 lines
973 B
Python

"""Automatically generated by hassfest.
To update, run python3 -m script.hassfest
"""
# fmt: off
USB = [
{
"domain": "modem_callerid",
"vid": "0572",
"pid": "1340"
},
{
"domain": "zha",
"vid": "10C4",
"pid": "EA60",
"description": "*2652*"
},
{
"domain": "zha",
"vid": "10C4",
"pid": "EA60",
"description": "*tubeszb*"
},
{
"domain": "zha",
"vid": "1CF1",
"pid": "0030",
"description": "*conbee*"
},
{
"domain": "zha",
"vid": "10C4",
"pid": "8A2A",
"description": "*zigbee*"
},
{
"domain": "zwave_js",
"vid": "0658",
"pid": "0200"
},
{
"domain": "zwave_js",
"vid": "10C4",
"pid": "8A2A",
"description": "*z-wave*"
},
{
"domain": "zwave_js",
"vid": "10C4",
"pid": "EA60"
}
]