mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +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:
|
sensor:
|
||||||
platform: nzbget
|
platform: nzbget
|
||||||
host: YOUR_NZBGET_HOST
|
host: YOUR_NZBGET_HOST
|
||||||
port: 6789
|
|
||||||
username: apiuser
|
|
||||||
password: apipass
|
|
||||||
monitored_variables:
|
monitored_variables:
|
||||||
- article_cache
|
- article_cache
|
||||||
- download_rate
|
- download_rate
|
||||||
|
@ -22,11 +22,8 @@ To use SABnzbd with your installation, add the following to your `configuration.
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
platform: sabnzbd
|
platform: sabnzbd
|
||||||
name: SAB
|
|
||||||
api_key: YOUR_API_KEY
|
|
||||||
host: YOUR_SABNZBD_HOST
|
host: YOUR_SABNZBD_HOST
|
||||||
port: 8080
|
api_key: YOUR_API_KEY
|
||||||
ssl: True
|
|
||||||
monitored_variables:
|
monitored_variables:
|
||||||
- 'current_status'
|
- 'current_status'
|
||||||
- 'speed'
|
- 'speed'
|
||||||
|
@ -23,10 +23,6 @@ To enable this sensor, add the following lines to your `configuration.yaml`:
|
|||||||
sensor:
|
sensor:
|
||||||
platform: transmission
|
platform: transmission
|
||||||
host: IP_ADDRESS
|
host: IP_ADDRESS
|
||||||
port: 9091
|
|
||||||
name: Transmission
|
|
||||||
username: YOUR_USERNAME
|
|
||||||
password: YOUR_PASSWORD
|
|
||||||
monitored_variables:
|
monitored_variables:
|
||||||
- 'current_status'
|
- 'current_status'
|
||||||
- 'download_speed'
|
- 'download_speed'
|
||||||
@ -40,7 +36,7 @@ Configuration variables:
|
|||||||
- **name** (*Optional*): The name to use when displaying this Transmission instance.
|
- **name** (*Optional*): The name to use when displaying this Transmission instance.
|
||||||
- **username** (*Optional*): Your Transmission username, if you use authentication.
|
- **username** (*Optional*): Your Transmission username, if you use authentication.
|
||||||
- **password** (*Optional*): Your Transmission password, 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.
|
- **current_status**: The status of your Transmission daemon.
|
||||||
- **download_speed**: The current download speed.
|
- **download_speed**: The current download speed.
|
||||||
- **upload_speed**: The current upload speed.
|
- **upload_speed**: The current upload speed.
|
||||||
|
@ -23,10 +23,6 @@ To add Transmission to your installation, add the following to your `configurati
|
|||||||
switch:
|
switch:
|
||||||
platform: transmission
|
platform: transmission
|
||||||
host: IP_ADDRESS
|
host: IP_ADDRESS
|
||||||
port: 9091
|
|
||||||
name: Transmission
|
|
||||||
username: USERNAME
|
|
||||||
password: PASSWORD
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user