1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/ipp/manifest.json
Chris Talkington c93fcc37c4
Update pyipp to 0.14.4 (#98791)
* update pyipp to 0.14.4

* hassfest
2023-08-22 07:48:48 +02:00

14 lines
420 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"],
"quality_scale": "platinum",
"requirements": ["pyipp==0.14.4"],
"zeroconf": ["_ipps._tcp.local.", "_ipp._tcp.local."]
}