Skip to content

Commit 520b761

Browse files
committed
Update variable description
1 parent d3e60b3 commit 520b761

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/_components/sensor.sabnzbd.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ sensor:
3737
3838
Configuration variables:
3939
40-
- **host** (*Required*): This is the base URL of your SABnzbd instance including the port number if not running on 80, eg. http://192.168.1.32:8124/
41-
- **port** (*Optional*): The port to use whith SABnzbd instance. Defaults to 8080.
40+
- **host** (*Required*): The host where your SABnzbd instance is running, eg. 192.168.1.32
41+
- **port** (*Optional*): The port to use whith SABnzbd instance. Defaults to `8080`.
4242
- **api_key** (*Required*): Name that will be used in the frontend for the pin.
4343
- **name** (*Optional*): The name to use when displaying this SABnzbd instance.
4444
- **monitored_variables** array (*Required*): List of the monitored variables.
@@ -50,6 +50,7 @@ Configuration variables:
5050
- **disk_free**: Free disk space at the sotrage location
5151

5252
Note that this will create sensors under the name 'sab' and NOT 'sabnzbd' as follows:
53+
5354
```
5455
- sensor.sab_status
5556
- sensor.sab_speed
@@ -58,4 +59,5 @@ Note that this will create sensors under the name 'sab' and NOT 'sabnzbd' as fol
5859
- sensor.sab_disk
5960
- sensor.sab_disk_free
6061
```
62+
6163
As always, you can determine the names of sensors by looking at the dev-state page `< >` in the web interface.

0 commit comments

Comments
 (0)