13 lines
388 B
JSON
13 lines
388 B
JSON
{
|
|
"domain": "ipp",
|
|
"name": "Internet Printing Protocol (IPP)",
|
|
"documentation": "https://www.home-assistant.io/integrations/ipp",
|
|
"requirements": ["pyipp==0.11.0"],
|
|
"codeowners": ["@ctalkington"],
|
|
"config_flow": true,
|
|
"quality_scale": "platinum",
|
|
"zeroconf": ["_ipps._tcp.local.", "_ipp._tcp.local."],
|
|
"iot_class": "local_polling",
|
|
"loggers": ["deepmerge", "pyipp"]
|
|
}
|