mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Fix transmission switch configuration (#6755)
* Fix transmission switch configuration * Minor change
This commit is contained in:
parent
78384bc7cd
commit
fbca47dfa5
@ -25,11 +25,27 @@ switch:
|
|||||||
host: IP_ADDRESS
|
host: IP_ADDRESS
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): This is the IP address of your Transmission daemon, eg. 192.168.1.32.
|
required: true
|
||||||
- **port** (*Optional*): The port your Transmission daemon uses, defaults to 9091.
|
type: string
|
||||||
- **name** (*Optional*): The name to use when displaying this Transmission instance.
|
description: This is the IP address of your Transmission daemon, e.g., 192.168.1.32.
|
||||||
- **username** (*Optional*): Your Transmission username, if you use authentication.
|
port:
|
||||||
- **password** (*Optional*): Your Transmission password, if you use authentication.
|
required: false
|
||||||
|
type: integer
|
||||||
|
default: 9091
|
||||||
|
description: The port your Transmission daemon uses.
|
||||||
|
name:
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
default: Transmission Turtle Mode
|
||||||
|
description: The name to use when displaying this Transmission instance.
|
||||||
|
username:
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
description: Your Transmission username, if you use authentication.
|
||||||
|
password:
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
description: Your Transmission password, if you use authentication.
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user