Site updated at 2017-01-01 20:16:42 UTC
This commit is contained in:
parent
abc1c4e05f
commit
d80e8e6d55
25 changed files with 46 additions and 46 deletions
|
@ -99,7 +99,7 @@
|
|||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">keyboard_remote</span><span class="pi">:</span>
|
||||
<span class="s">device_descriptor</span><span class="pi">:</span> <span class="s1">'</span><span class="s">/dev/input/by-id/foo'</span>
|
||||
<span class="s">key_value</span><span class="pi">:</span> <span class="s1">'</span><span class="s">key_up'</span>
|
||||
<span class="s">type</span><span class="pi">:</span> <span class="s1">'</span><span class="s">key_up'</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
@ -107,7 +107,7 @@
|
|||
|
||||
<ul>
|
||||
<li><strong>device_descriptor</strong> (<em>Required</em>): List of URLS for your feeds.</li>
|
||||
<li><strong>key_value</strong> (<em>Required</em>): Possible values are <code class="highlighter-rouge">key_up</code>, <code class="highlighter-rouge">key_down</code>, and <code class="highlighter-rouge">key_hold</code>. Be careful, <code class="highlighter-rouge">key_hold</code> will fire a lot of events.</li>
|
||||
<li><strong>type</strong> (<em>Required</em>): Possible values are <code class="highlighter-rouge">key_up</code>, <code class="highlighter-rouge">key_down</code>, and <code class="highlighter-rouge">key_hold</code>. Be careful, <code class="highlighter-rouge">key_hold</code> will fire a lot of events.</li>
|
||||
</ul>
|
||||
|
||||
<p>And an automation rule to breathe life into it:</p>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>host</strong> (<em>Required</em>): The IP of the Samsung Smart TV, eg. `192.168.0.10^.</li>
|
||||
<li><strong>host</strong> (<em>Required</em>): The IP of the Samsung Smart TV, eg. <code class="highlighter-rouge">192.168.0.10</code>.</li>
|
||||
<li><strong>port</strong> (<em>Optional</em>): The port of the Samsung Smart TV. Defaults to 55000.</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): The name you would like to give to the Samsung Smart TV.</li>
|
||||
<li><strong>timeout</strong> (<em>Optional</em>): The time-out for the communication with the TV. Defaults to 0.</li>
|
||||
|
|
|
@ -129,14 +129,14 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<p>Note that this will create sensors under the name ‘sab’ and NOT ‘sabnzbd’ as follows:</p>
|
||||
<p>Note that this will create the following sensors:</p>
|
||||
|
||||
<div class="highlighter-rouge"><pre class="highlight"><code> - sensor.sab_status
|
||||
- sensor.sab_speed
|
||||
- sensor.sab_queue
|
||||
- sensor.sab_left
|
||||
- sensor.sab_disk
|
||||
- sensor.sab_disk_free
|
||||
<div class="highlighter-rouge"><pre class="highlight"><code> - sensor.sabnzbd_status
|
||||
- sensor.sabnzbd_speed
|
||||
- sensor.sabnzbd_queue
|
||||
- sensor.sabnzbd_left
|
||||
- sensor.sabnzbd_disk
|
||||
- sensor.sabnzbd_disk_free
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue