From b174d10877971ca79197eb410f2638907bbcbfe2 Mon Sep 17 00:00:00 2001 From: Chris Talkington Date: Mon, 30 Mar 2020 18:46:15 -0500 Subject: [PATCH] Add IPP integration (#12403) * Create ipp.md * Update ipp.md * Update ipp.md --- source/_integrations/ipp.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 source/_integrations/ipp.md diff --git a/source/_integrations/ipp.md b/source/_integrations/ipp.md new file mode 100644 index 00000000000..9b1e5929e93 --- /dev/null +++ b/source/_integrations/ipp.md @@ -0,0 +1,21 @@ +--- +title: Internet Printing Protocol (IPP) +description: Instructions on how to integrate printers that support the Internet Printing Protocol (IPP) into Home Assistant. +ha_category: + - System Monitor +ha_release: 0.108 +ha_iot_class: Local Polling +ha_config_flow: true +ha_quality_scale: platinum +ha_codeowners: + - '@ctalkington' +ha_domain: ipp +--- + +The `Internet Printing Protocol (IPP)` integration allows you to read current data from your networked printer that supports the [Internet Printing Protocol](https://www.pwg.org/ipp/everywhere.html). + +It provides information about the printer's state and remaining ink levels. + +## Configuration + +To add `Internet Printing Protocol (IPP)` to your installation, go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **Internet Printing Protocol (IPP)**.