* decrease uptime accuracy from seconds to minutes * adjust tests * calc uptime timestamp in coordinator * bump pyipp to 0.17.0 * revert changes, just use the new printer.booted_at property --------- Co-authored-by: Chris Talkington <chris@talkingtontech.com>
13 lines
420 B
JSON
13 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.17.0"],
|
|
"zeroconf": ["_ipps._tcp.local.", "_ipp._tcp.local."]
|
|
}
|