13 lines
366 B
JSON
13 lines
366 B
JSON
{
|
|
"domain": "modem_callerid",
|
|
"name": "Phone Modem",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/modem_callerid",
|
|
"requirements": ["phone_modem==0.1.1"],
|
|
"codeowners": ["@tkdrob"],
|
|
"dependencies": ["usb"],
|
|
"iot_class": "local_polling",
|
|
"usb": [{ "vid": "0572", "pid": "1340" }],
|
|
"loggers": ["phone_modem"]
|
|
}
|