Site updated at 2017-01-18 07:44:14 UTC
This commit is contained in:
parent
c29b2b503b
commit
1f32fd6d79
27 changed files with 83 additions and 76 deletions
|
@ -90,7 +90,7 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code class="highlighter-rouge">swisscom</code> platform offers presence detection by looking at connected devices to an <a href="https://www.swisscom.ch/en/residential/help/device/internet-router.html">Internet-Box</a> router from <a href="https://www.swisscom.ch">Swisscom</a>, which is the main Internet provider in Switzerland.</p>
|
||||
<p>The <code class="highlighter-rouge">swisscom</code> platform offers presence detection by looking at connected devices to an <a href="https://www.swisscom.ch/en/residential/help/device/internet-router.html">Internet-Box</a> router from <a href="https://www.swisscom.ch">Swisscom</a> which is an Internet provider in Switzerland.</p>
|
||||
|
||||
<p class="note">
|
||||
There are three models of Internet-Box (light, standard and plus). The platform has only been tested on the Internet-Box plus but the others should work as well because they have the same web interface.
|
||||
|
@ -100,11 +100,16 @@ There are three models of Internet-Box (light, standard and plus). The platform
|
|||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">device_tracker</span><span class="pi">:</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">swisscom</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s2">"</span><span class="s">192.168.1.1"</span> <span class="c1"># only required if not 192.168.1.1</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">swisscom</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>host</strong> (<em>Optional</em>): The IP address of your router. Set it if you are not using <code class="highlighter-rouge">192.168.1.1</code>.</li>
|
||||
</ul>
|
||||
|
||||
<p>See the <a href="/components/device_tracker/">device tracker component page</a> for instructions how to configure the people to be tracked.</p>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue