mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update configuration example
This commit is contained in:
parent
04b011a05c
commit
197a0c580a
@ -16,7 +16,7 @@ The [Transmission](http://www.transmissionbt.com/) platform allows you to monito
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
platform: transmission
|
platform: transmission
|
||||||
host: 192.168.1.26
|
host: IP_ADDRESS
|
||||||
port: 9091
|
port: 9091
|
||||||
name: Transmission
|
name: Transmission
|
||||||
username: YOUR_USERNAME
|
username: YOUR_USERNAME
|
||||||
@ -29,7 +29,7 @@ sensor:
|
|||||||
|
|
||||||
Configuration variables:
|
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.
|
- **port** (*Optional*): The port your Transmission daemon uses, defaults to 9091.
|
||||||
- **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.
|
||||||
|
@ -18,7 +18,7 @@ To add Transmission to your installation, add the following to your `configurati
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
switch:
|
switch:
|
||||||
platform: transmission
|
platform: transmission
|
||||||
host: 192.168.1.26
|
host: IP_ADDRESS
|
||||||
port: 9091
|
port: 9091
|
||||||
name: Transmission
|
name: Transmission
|
||||||
username: USERNAME
|
username: USERNAME
|
||||||
@ -27,7 +27,7 @@ switch:
|
|||||||
|
|
||||||
Configuration variables:
|
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.
|
- **port** (*Optional*): The port your Transmission daemon uses, defaults to 9091.
|
||||||
- **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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user