mirror of
https://github.com/elisspace/core.git
synced 2026-09-21 10:07:54 +00:00
* Update config_flow.py * squash. * Update test_config_flow.py * Update config_flow.py * Update test_config_flow.py * Update test_config_flow.py * Update test_config_flow.py * Update test_config_flow.py * Update test_config_flow.py
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.10.1"],
|
|
"codeowners": ["@ctalkington"],
|
|
"config_flow": true,
|
|
"quality_scale": "platinum",
|
|
"zeroconf": ["_ipps._tcp.local.", "_ipp._tcp.local."]
|
|
}
|