Site updated at 2017-10-21 23:33:52 UTC

This commit is contained in:
Travis CI 2017-10-21 23:33:53 +00:00
parent b95006b9eb
commit a6fbc15960
1416 changed files with 21669 additions and 4045 deletions

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Transmission Sensor">
<meta name="twitter:description" content="Instructions how to integrate Transmission sensors within Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
<link rel='shortcut icon' href='/images/favicon.ico' />
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
@ -84,6 +84,7 @@
<span class="pi">-</span> <span class="s1">'</span><span class="s">current_status'</span>
<span class="pi">-</span> <span class="s1">'</span><span class="s">download_speed'</span>
<span class="pi">-</span> <span class="s1">'</span><span class="s">upload_speed'</span>
<span class="pi">-</span> <span class="s1">'</span><span class="s">active_torrents'</span>
</code></pre>
</div>
<p>Configuration variables:</p>
@ -98,6 +99,7 @@
<li><strong>current_status</strong>: The status of your Transmission daemon.</li>
<li><strong>download_speed</strong>: The current download speed.</li>
<li><strong>upload_speed</strong>: The current upload speed.</li>
<li><strong>active_torrents</strong>: The current number of active torrents.</li>
</ul>
</li>
</ul>