File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ sensor:
37
37
38
38
Configuration variables:
39
39
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` .
42
42
- **api_key** (*Required*): Name that will be used in the frontend for the pin.
43
43
- **name** (*Optional*): The name to use when displaying this SABnzbd instance.
44
44
- **monitored_variables** array (*Required*): List of the monitored variables.
@@ -50,6 +50,7 @@ Configuration variables:
50
50
- **disk_free**: Free disk space at the sotrage location
51
51
52
52
Note that this will create sensors under the name 'sab' and NOT 'sabnzbd' as follows :
53
+
53
54
` ` `
54
55
- sensor.sab_status
55
56
- sensor.sab_speed
@@ -58,4 +59,5 @@ Note that this will create sensors under the name 'sab' and NOT 'sabnzbd' as fol
58
59
- sensor.sab_disk
59
60
- sensor.sab_disk_free
60
61
` ` `
62
+
61
63
As always, you can determine the names of sensors by looking at the dev-state page `< >` in the web interface.
You can’t perform that action at this time.
0 commit comments