Update configuration example

This commit is contained in:
Fabian Affolter 2015-10-21 10:58:25 +02:00
parent 04b011a05c
commit 197a0c580a
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ The [Transmission](http://www.transmissionbt.com/) platform allows you to monito
# Example configuration.yaml entry
sensor:
platform: transmission
host: 192.168.1.26
host: IP_ADDRESS
port: 9091
name: Transmission
username: YOUR_USERNAME
@ -29,7 +29,7 @@ sensor:
Configuration variables:
- **host** (*Required*): This is the IP address of your Transmission daemon, e.g. 192.168.1.32.
- **host** (*Required*): This is the IP address of your Transmission daemon, eg. 192.168.1.32.
- **port** (*Optional*): The port your Transmission daemon uses, defaults to 9091.
- **name** (*Optional*): The name to use when displaying this Transmission instance.
- **username** (*Optional*): Your Transmission username, if you use authentication.

View File

@ -18,7 +18,7 @@ To add Transmission to your installation, add the following to your `configurati
# Example configuration.yaml entry
switch:
platform: transmission
host: 192.168.1.26
host: IP_ADDRESS
port: 9091
name: Transmission
username: USERNAME
@ -27,7 +27,7 @@ switch:
Configuration variables:
- **host** (*Required*): This is the IP address of your Transmission daemon, e.g. 192.168.1.32.
- **host** (*Required*): This is the IP address of your Transmission daemon, eg. 192.168.1.32.
- **port** (*Optional*): The port your Transmission daemon uses, defaults to 9091.
- **name** (*Optional*): The name to use when displaying this Transmission instance.
- **username** (*Optional*): Your Transmission username, if you use authentication.