mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Minimizing of the configuration sample (#1014)
This commit is contained in:
parent
3c3a64510c
commit
6db2d90ee5
@ -22,9 +22,6 @@ To use NZBGet with your installation, add the following to your `configuration.y
|
||||
sensor:
|
||||
platform: nzbget
|
||||
host: YOUR_NZBGET_HOST
|
||||
port: 6789
|
||||
username: apiuser
|
||||
password: apipass
|
||||
monitored_variables:
|
||||
- article_cache
|
||||
- download_rate
|
||||
|
@ -22,11 +22,8 @@ To use SABnzbd with your installation, add the following to your `configuration.
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
platform: sabnzbd
|
||||
name: SAB
|
||||
api_key: YOUR_API_KEY
|
||||
host: YOUR_SABNZBD_HOST
|
||||
port: 8080
|
||||
ssl: True
|
||||
api_key: YOUR_API_KEY
|
||||
monitored_variables:
|
||||
- 'current_status'
|
||||
- 'speed'
|
||||
|
@ -23,10 +23,6 @@ To enable this sensor, add the following lines to your `configuration.yaml`:
|
||||
sensor:
|
||||
platform: transmission
|
||||
host: IP_ADDRESS
|
||||
port: 9091
|
||||
name: Transmission
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
monitored_variables:
|
||||
- 'current_status'
|
||||
- 'download_speed'
|
||||
@ -40,7 +36,7 @@ Configuration variables:
|
||||
- **name** (*Optional*): The name to use when displaying this Transmission instance.
|
||||
- **username** (*Optional*): Your Transmission username, if you use authentication.
|
||||
- **password** (*Optional*): Your Transmission password, if you use authentication.
|
||||
- **monitored_variables** array: Conditions to display in the frontend.
|
||||
- **monitored_variables** array (*Required*): Conditions to display in the frontend.
|
||||
- **current_status**: The status of your Transmission daemon.
|
||||
- **download_speed**: The current download speed.
|
||||
- **upload_speed**: The current upload speed.
|
||||
|
@ -23,10 +23,6 @@ To add Transmission to your installation, add the following to your `configurati
|
||||
switch:
|
||||
platform: transmission
|
||||
host: IP_ADDRESS
|
||||
port: 9091
|
||||
name: Transmission
|
||||
username: USERNAME
|
||||
password: PASSWORD
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
Loading…
x
Reference in New Issue
Block a user