Skip to content

Commit ce743ec

Browse files
chris-thornfabaff
authored andcommitted
Changed "sensor.sab_..." to "sensor.sabnzbd_..." (home-assistant#1679)
1 parent aaf4f7b commit ce743ec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/_components/sensor.sabnzbd.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ Configuration variables:
4848
- **disk_size**: Disk size of the storage location
4949
- **disk_free**: Free disk space at the storage location
5050

51-
Note that this will create sensors under the name 'sab' and NOT 'sabnzbd' as follows:
51+
Note that this will create the following sensors:
5252

5353
```
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
54+
- sensor.sabnzbd_status
55+
- sensor.sabnzbd_speed
56+
- sensor.sabnzbd_queue
57+
- sensor.sabnzbd_left
58+
- sensor.sabnzbd_disk
59+
- sensor.sabnzbd_disk_free
6060
```
6161

6262
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)