mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 18:26:56 +00:00
Add description
This commit is contained in:
parent
6847abdd52
commit
0c6bd82573
@ -18,11 +18,18 @@ 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
|
||||||
name: Transmission
|
|
||||||
host: 192.168.1.26
|
host: 192.168.1.26
|
||||||
port: 9091
|
port: 9091
|
||||||
username: YOUR_USERNAME
|
name: Transmission
|
||||||
password: YOUR_PASSWORD
|
username: USERNAME
|
||||||
|
password: PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
[Finbarr Brady](https://github.com/fbradyirl) has contributed the transmission switch platform.
|
Configuration variables:
|
||||||
|
|
||||||
|
- **host** (*Required*): This is the IP address of your Transmission daemon, e.g. 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** (*Required*): Your Transmission username, if you use authentication.
|
||||||
|
- **password** (*Required*): Your Transmission password, if you use authentication.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user