mirror of
https://github.com/elisspace/core.git
synced 2026-09-26 12:37:12 +00:00
* update pyipp to 0.11.0 * Update requirements_all.txt * Update requirements_test_all.txt
11 lines
319 B
JSON
11 lines
319 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."]
|
|
}
|