Site updated at 2015-04-03 05:44:19 UTC

This commit is contained in:
Paulus Schoutsen 2015-04-02 22:44:19 -07:00
parent 995b54cad1
commit a535e95231
19 changed files with 78 additions and 78 deletions

View file

@ -124,7 +124,7 @@
</span><span class='line'> # Optional alias that the logs will use to refer to the entry
</span><span class='line'> alias: Sunset notification
</span><span class='line'>
</span><span class='line'> # Type of trigger and informatino for the trigger
</span><span class='line'> # Type of trigger and information for the trigger
</span><span class='line'> platform: state
</span><span class='line'> state_entity_id: sun.sun
</span><span class='line'> state_from: above_horizon

View file

@ -9,20 +9,20 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>OpenWRT support - Home Assistant</title>
<title>Nmap support - Home Assistant</title>
<meta name="author" content="Paulus Schoutsen">
<meta name="description" content="Instructions how to integrate OpenWRT routers into Home Assistant.">
<meta name="description" content="Instructions how to integrate Nmap into Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="OpenWRT support">
<meta property="og:title" content="Nmap support">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/device_tracker.nmap_scanner.html/">
<meta property="og:type" content="website">
<meta property="og:description" content="Instructions how to integrate OpenWRT routers into Home Assistant.">
<meta property="og:description" content="Instructions how to integrate Nmap into Home Assistant.">
@ -97,13 +97,13 @@
<header>
<h1 class="title indent">
OpenWRT Support
Nmap Support
</h1>
</header>
<hr class="divider">
<p>As an alternative to the router-based device tracking, it is possible to directly scan the network for devices by using nmap. The IP addresses to scan can be specified in any format that nmap understands, including the network-prefix notation (<code>192.168.1.1/24</code>) and the range notation (<code>192.168.1.1-255</code>).</p>
<p>As an alternative to the router-based device tracking, it is possible to directly scan the network for devices by using Nmap. The IP addresses to scan can be specified in any format that Nmap understands, including the network-prefix notation (<code>192.168.1.1/24</code>) and the range notation (<code>192.168.1.1-255</code>).</p>
<figure class='code'><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>

View file

@ -124,7 +124,7 @@
<p class='note'>
Events are saved in a local database. Google Graphs is used to draw the graph. Drawing is happening 100% in your browser - no data is transfered to anyone at any time.
Events are saved in a local database. Google Graphs is used to draw the graph. Drawing is happening 100% in your browser - no data is transferred to anyone at any time.
</p>

View file

@ -135,7 +135,7 @@
<h4>Service <code>media_player/play_youtube_video</code></h4>
<p>Service to start playing a YouTube vide on the media player.</p>
<p>Service to start playing a YouTube video on the media player.</p>
<table>
<thead>

View file

@ -105,7 +105,7 @@
<p>The component <code>simple_alarm</code> is capable of detecting intruders. It does so by checking if lights are being turned on while there is no one at home. When this happens it will turn the lights red, flash them for 30 seconds and send a message via <a href="/components/notify.html">the notifiy component</a>. It will also flash a specific light when a known person comes home.</p>
<p>This component depends on the compoments <a href="/components/device_tracker.html">device_tracker</a> and <a href="/components/light.html">light</a> being setup.</p>
<p>This component depends on the components <a href="/components/device_tracker.html">device_tracker</a> and <a href="/components/light.html">light</a> being setup.</p>
<p>To set it up, add the following lines to your <code>configuration.yaml</code>:</p>