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.command_line/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate command line 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="Command line Sensor">
|
||||
<meta name="twitter:description" content="Instructions how to integrate command line 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">
|
||||
|
@ -314,9 +314,6 @@ print(response.json()[<span class="string"><span class="delimiter">'</span><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>
|
||||
|
@ -326,6 +323,9 @@ print(response.json()[<span class="string"><span class="delimiter">'</span><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>
|
||||
|
@ -338,6 +338,9 @@ print(response.json()[<span class="string"><span class="delimiter">'</span><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