diff --git a/homeassistant/components/sensor/transmission.py b/homeassistant/components/sensor/transmission.py index 992a8838f3f..8c47f2dbb6f 100644 --- a/homeassistant/components/sensor/transmission.py +++ b/homeassistant/components/sensor/transmission.py @@ -3,49 +3,8 @@ homeassistant.components.sensor.transmission ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Monitors Transmission BitTorrent client API. -Configuration: - -To use the Transmission sensor you will need to add something like the -following to your configuration.yaml file. - -sensor: - platform: transmission - name: Transmission - host: 192.168.1.26 - port: 9091 - username: YOUR_USERNAME - password: YOUR_PASSWORD - monitored_variables: - - 'current_status' - - 'download_speed' - - 'upload_speed' - -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. Example: 8080 - -username -*Required -Your Transmission username. - -password -*Required -Your Transmission password. - -name -*Optional -The name to use when displaying this Transmission instance. - -monitored_variables -*Required -Variables to monitor. See the configuration example above for a -list of all available variables to monitor. +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/sensor.transmission.html """ from homeassistant.util import Throttle from datetime import timedelta