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
This commit is contained in:
Bruce 2017-07-08 04:11:40 -04:00 committed by Fabian Affolter
parent 43759fc6a2
commit 155c8c4f74

View File

@ -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.
<p class='note'>