mirror of https://github.com/home-assistant/core
13 lines
389 B
JSON
13 lines
389 B
JSON
{
|
|
"domain": "ipp",
|
|
"name": "Internet Printing Protocol (IPP)",
|
|
"codeowners": ["@ctalkington"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/ipp",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["deepmerge", "pyipp"],
|
|
"requirements": ["pyipp==0.17.0"],
|
|
"zeroconf": ["_ipps._tcp.local.", "_ipp._tcp.local."]
|
|
}
|