Site updated at 2017-09-26 07:14:23 UTC
This commit is contained in:
parent
80847eb95a
commit
b723b0750d
415 changed files with 2329 additions and 1581 deletions
|
@ -77,7 +77,7 @@
|
|||
<p>The <code class="highlighter-rouge">thingspeak</code> components makes Home Assistant communicate with the <a href="https://thingspeak.com/">ThingSpeak API</a>.
|
||||
For now, it records exactly one entity at once, which is great for testing purposes. For long-time storage you should rely on the <a href="https://home-assistant.io/components/influxdb/">InfluxDB component</a>.</p>
|
||||
<p>You will have to create a <a href="https://thingspeak.com/channels/new">new channel</a> on ThingSpeak and grab your Write API Key from the “API Keys” tab of the channel you want to use.</p>
|
||||
<p>To setup the ThinkSpeak component in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<p>To setup the ThingSpeak component in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">thingspeak</span><span class="pi">:</span>
|
||||
<span class="s">api_key</span><span class="pi">:</span> <span class="s">MY_API_KEY</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue