From 155c8c4f74a504964a1835c5fdfc92a8e7cb1992 Mon Sep 17 00:00:00 2001 From: Bruce Date: Sat, 8 Jul 2017 04:11:40 -0400 Subject: [PATCH] Optional variables added to sensor.cups.markdown (#2947) * Optional variables added to sensor.cups.markdown Sensor configuration supports two additional variables which are not listed but would be extremely helpful to anyone running their print server on a host other than the one running Home Assistant. Added two lines to the Configuration variables section to show host and port optional values. * Fix formatting * Add periods --- source/_components/sensor.cups.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/sensor.cups.markdown b/source/_components/sensor.cups.markdown index 98554c5dad4..fc5e1567db7 100644 --- a/source/_components/sensor.cups.markdown +++ b/source/_components/sensor.cups.markdown @@ -36,6 +36,8 @@ sensor: Configuration variables: - **printers** array (*Required*): List of printers to add. +- **host** (*Optional*): IP address of the CUPS print server. +- **port** (*Optional*): Port address of the CUPS print server. Defaults to 631.