From 4a4ab5959896438492cf6a423284a07907401e7e Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Thu, 25 Feb 2021 07:16:05 -0500 Subject: [PATCH] Add generic config flow block to IPP integration (#16742) This replaces the instructions with generic config flow block that is standardized/nicer. --- source/_integrations/ipp.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/_integrations/ipp.md b/source/_integrations/ipp.md index 9b1e5929e93..034db3750fe 100644 --- a/source/_integrations/ipp.md +++ b/source/_integrations/ipp.md @@ -16,6 +16,4 @@ The `Internet Printing Protocol (IPP)` integration allows you to read current da 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)**. +{% include integrations/config_flow.md %}