Changed "sensor.sab_..." to "sensor.sabnzbd_..." (#1679)

This commit is contained in:
chris-thorn 2016-12-30 19:42:33 +00:00 committed by Fabian Affolter
parent 0253fb5738
commit 6b51f396be
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -48,15 +48,15 @@ Configuration variables:
- **disk_size**: Disk size of the storage location
- **disk_free**: Free disk space at the storage location
Note that this will create sensors under the name 'sab' and NOT 'sabnzbd' as follows:
Note that this will create the following sensors:
```
- sensor.sab_status
- sensor.sab_speed
- sensor.sab_queue
- sensor.sab_left
- sensor.sab_disk
- sensor.sab_disk_free
- sensor.sabnzbd_status
- sensor.sabnzbd_speed
- sensor.sabnzbd_queue
- sensor.sabnzbd_left
- sensor.sabnzbd_disk
- sensor.sabnzbd_disk_free
```
As always, you can determine the names of sensors by looking at the dev-state page `< >` in the web interface.