diff --git a/homeassistant/components/switch/transmission.py b/homeassistant/components/switch/transmission.py index 8288ed8456b..96f4a47483b 100644 --- a/homeassistant/components/switch/transmission.py +++ b/homeassistant/components/switch/transmission.py @@ -3,40 +3,8 @@ homeassistant.components.switch.transmission ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Enable or disable Transmission BitTorrent client Turtle Mode. -Configuration: - -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. +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/switch.transmission.html """ from homeassistant.const import CONF_HOST, CONF_USERNAME, CONF_PASSWORD from homeassistant.const import STATE_ON, STATE_OFF