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:
parent
43759fc6a2
commit
155c8c4f74
1 changed files with 2 additions and 0 deletions
|
@ -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'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue