mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Remove configuration details
This commit is contained in:
parent
f945a3a692
commit
ef129639bd
@ -3,49 +3,8 @@ homeassistant.components.sensor.transmission
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
Monitors Transmission BitTorrent client API.
|
Monitors Transmission BitTorrent client API.
|
||||||
|
|
||||||
Configuration:
|
For more details about this platform, please refer to the documentation at
|
||||||
|
https://home-assistant.io/components/sensor.transmission.html
|
||||||
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.
|
|
||||||
"""
|
"""
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user