diff --git a/source/_integrations/cups.markdown b/source/_integrations/cups.markdown index 34e9ee24ef6..15767eac74f 100644 --- a/source/_integrations/cups.markdown +++ b/source/_integrations/cups.markdown @@ -13,7 +13,7 @@ ha_platforms: ha_integration_type: integration --- -The `cups` sensor platform is using the open source printing system [CUPS](https://www.cups.org/) to show details about your printers, including the ink levels. It can obtain the information using a CUPS server or communicating directly with the printer with the Internet Printing Protocol. +The `cups` sensor platform uses the open source printing system [CUPS](https://www.cups.org/) to show details about your printers, including the ink levels. It can obtain the information using a CUPS server or by communicating directly with the printer with the Internet Printing Protocol. ## Setup @@ -40,7 +40,7 @@ sensor: {% configuration %} printers: - description: List of printers to add. If you're not using a CUPS server, add here your "Printer Name". + description: List of printers to add. If you're not using a CUPS server, add your "Printer Name" here. required: true type: list host: @@ -73,9 +73,3 @@ sensor: printers: - ipp/print ``` - -