Site updated at 2016-06-18 20:33:32 UTC
This commit is contained in:
parent
0d29db739a
commit
b12c4f2b61
533 changed files with 5610 additions and 2393 deletions
|
@ -20,14 +20,14 @@
|
|||
<meta property="og:url" content="https://home-assistant.io/components/sensor.mysensors/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate MySensors sensors into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="MySensors Sensor">
|
||||
<meta name="twitter:description" content="Instructions how to integrate MySensors sensors into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
<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="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
|
@ -145,7 +145,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>S_IR</td>
|
||||
<td>V_IR_SEND, V_IR_RECEIVE</td>
|
||||
<td>V_IR_RECEIVE</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>S_WATER</td>
|
||||
|
@ -382,9 +382,6 @@ uint16_t lastlux = <span class="integer">0</span>;
|
|||
<li>
|
||||
<a href='/components/sensor.nest/'>Nest Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.netatmo/'>Netatmo Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.neurio_energy/'>Neurio</a>
|
||||
</li>
|
||||
|
@ -394,6 +391,9 @@ uint16_t lastlux = <span class="integer">0</span>;
|
|||
<li>
|
||||
<a href='/components/sensor.onewire/'>One wire Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.plex/'>Plex Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.gtfs/'>Public Transit (GTFS)</a>
|
||||
</li>
|
||||
|
@ -406,6 +406,9 @@ uint16_t lastlux = <span class="integer">0</span>;
|
|||
<li>
|
||||
<a href='/components/sensor.sabnzbd/'>SABnzbd</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.snmp/'>SNMP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.speedtest/'>Speedtest.net</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue