Remove configuration details
This commit is contained in:
parent
7e23c241da
commit
3d4af8c229
1 changed files with 2 additions and 34 deletions
|
@ -3,40 +3,8 @@ homeassistant.components.switch.transmission
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
Enable or disable Transmission BitTorrent client Turtle Mode.
|
Enable or disable Transmission BitTorrent client Turtle Mode.
|
||||||
|
|
||||||
Configuration:
|
For more details about this platform, please refer to the documentation at
|
||||||
|
https://home-assistant.io/components/switch.transmission.html
|
||||||
To use the Transmission switch you will need to add something like the
|
|
||||||
following to your configuration.yaml file.
|
|
||||||
|
|
||||||
switch:
|
|
||||||
platform: transmission
|
|
||||||
name: Transmission
|
|
||||||
host: 192.168.1.26
|
|
||||||
port: 9091
|
|
||||||
username: YOUR_USERNAME
|
|
||||||
password: YOUR_PASSWORD
|
|
||||||
|
|
||||||
Variables:
|
|
||||||
|
|
||||||
host
|
|
||||||
*Required
|
|
||||||
This is the IP address of your Transmission daemon. Example: 192.168.1.32
|
|
||||||
|
|
||||||
port
|
|
||||||
*Optional
|
|
||||||
The port your Transmission daemon uses, defaults to 9091. Example: 8080
|
|
||||||
|
|
||||||
username
|
|
||||||
*Optional
|
|
||||||
Your Transmission username, if you use authentication.
|
|
||||||
|
|
||||||
password
|
|
||||||
*Optional
|
|
||||||
Your Transmission username, if you use authentication.
|
|
||||||
|
|
||||||
name
|
|
||||||
*Optional
|
|
||||||
The name to use when displaying this Transmission instance.
|
|
||||||
"""
|
"""
|
||||||
from homeassistant.const import CONF_HOST, CONF_USERNAME, CONF_PASSWORD
|
from homeassistant.const import CONF_HOST, CONF_USERNAME, CONF_PASSWORD
|
||||||
from homeassistant.const import STATE_ON, STATE_OFF
|
from homeassistant.const import STATE_ON, STATE_OFF
|
||||||
|
|
Loading…
Add table
Reference in a new issue