Skip to content

Commit 6db2d90

Browse files
authored
Minimizing of the configuration sample (home-assistant#1014)
1 parent 3c3a645 commit 6db2d90

File tree

4 files changed

+2
-16
lines changed

4 files changed

+2
-16
lines changed

source/_components/sensor.nzbget.markdown

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ To use NZBGet with your installation, add the following to your `configuration.y
2222
sensor:
2323
platform: nzbget
2424
host: YOUR_NZBGET_HOST
25-
port: 6789
26-
username: apiuser
27-
password: apipass
2825
monitored_variables:
2926
- article_cache
3027
- download_rate

source/_components/sensor.sabnzbd.markdown

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ To use SABnzbd with your installation, add the following to your `configuration.
2222
# Example configuration.yaml entry
2323
sensor:
2424
platform: sabnzbd
25-
name: SAB
26-
api_key: YOUR_API_KEY
2725
host: YOUR_SABNZBD_HOST
28-
port: 8080
29-
ssl: True
26+
api_key: YOUR_API_KEY
3027
monitored_variables:
3128
- 'current_status'
3229
- 'speed'

source/_components/sensor.transmission.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ To enable this sensor, add the following lines to your `configuration.yaml`:
2323
sensor:
2424
platform: transmission
2525
host: IP_ADDRESS
26-
port: 9091
27-
name: Transmission
28-
username: YOUR_USERNAME
29-
password: YOUR_PASSWORD
3026
monitored_variables:
3127
- 'current_status'
3228
- 'download_speed'
@@ -40,7 +36,7 @@ Configuration variables:
4036
- **name** (*Optional*): The name to use when displaying this Transmission instance.
4137
- **username** (*Optional*): Your Transmission username, if you use authentication.
4238
- **password** (*Optional*): Your Transmission password, if you use authentication.
43-
- **monitored_variables** array: Conditions to display in the frontend.
39+
- **monitored_variables** array (*Required*): Conditions to display in the frontend.
4440
- **current_status**: The status of your Transmission daemon.
4541
- **download_speed**: The current download speed.
4642
- **upload_speed**: The current upload speed.

source/_components/switch.transmission.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ To add Transmission to your installation, add the following to your `configurati
2323
switch:
2424
platform: transmission
2525
host: IP_ADDRESS
26-
port: 9091
27-
name: Transmission
28-
username: USERNAME
29-
password: PASSWORD
3026
```
3127
3228
Configuration variables:

0 commit comments

Comments
 (0)