mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
indicate which sensors are disabled by default (by design) (#22722)
This commit is contained in:
parent
2fe0e61955
commit
ce449014f7
@ -34,17 +34,17 @@ You need to grab your API key from your SABnzbd instance in order to configure t
|
|||||||
|
|
||||||
This component will create these sensors:
|
This component will create these sensors:
|
||||||
|
|
||||||
- `status`: The current status of SABnzbd (Idle, Paused, etc.)
|
- `status`: The current status of SABnzbd. (Idle, Paused, etc.)
|
||||||
- `speed`: The current download speed
|
- `speed`: The current download speed.
|
||||||
- `queue`: The total size of the download queue
|
- `queue`: The total size of the download queue.
|
||||||
- `left`: The remaining size of the download queue
|
- `left`: The remaining size of the download queue.
|
||||||
- `disk`: The total disk size at SABnzbd's download location
|
- `disk`: The total disk size at SABnzbd's download location.
|
||||||
- `disk_free`: The available disk space at SABnzbd's download location
|
- `disk_free`: The available disk space at SABnzbd's download location.
|
||||||
- `queue_count`: The number of items in the download queue
|
- `queue_count`: The number of items in the download queue.
|
||||||
- `daily_total`: GB downloaded today
|
- `total`: Total GB downloaded.
|
||||||
- `weekly_size`: GB downloaded this week
|
- `daily_total`: GB downloaded today. (disabled by default)
|
||||||
- `monthly_total`: GB downloaded this month
|
- `weekly_size`: GB downloaded this week. (disabled by default)
|
||||||
- `total`: Total GB downloaded
|
- `monthly_total`: GB downloaded this month. (disabled by default)
|
||||||
|
|
||||||
|
|
||||||
## Services
|
## Services
|
||||||
|
Loading…
x
Reference in New Issue
Block a user