Skip to content

Commit d3e60b3

Browse files
xehnfabaff
authored andcommitted
Update sensor.sabnzbd.markdown (home-assistant#887)
Added clarification about the name of the sensors created to help new users who might expect the sensor name and component name to match. Also, it would seem that after 0.27, configuration of this component may have changed. Using "http" or "https" as indicated in the documentation seems to raise an exception. Using the port number on the host line also causes an error. Omitting this (at least without SSL) seems to fix the issue. I don't know enough about how this component work to troubleshoot, so I left that part as-is. Maybe someone who knows this component better could take a look?
1 parent 366b49c commit d3e60b3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/_components/sensor.sabnzbd.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,14 @@ Configuration variables:
4848
- **queue_remaining**: Remaining elements in the queue
4949
- **disk_size**: Disk size of the storage location
5050
- **disk_free**: Free disk space at the sotrage location
51+
52+
Note that this will create sensors under the name 'sab' and NOT 'sabnzbd' as follows:
53+
```
54+
- sensor.sab_status
55+
- sensor.sab_speed
56+
- sensor.sab_queue
57+
- sensor.sab_left
58+
- sensor.sab_disk
59+
- sensor.sab_disk_free
60+
```
61+
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)