* 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
54 lines
973 B
Python
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"
|
|
}
|
|
]
|