Site updated at 2017-06-17 08:56:55 UTC

This commit is contained in:
Travis CI 2017-06-17 08:56:55 +00:00
parent 6aaba3d5b4
commit 35ab32b13f
26 changed files with 43 additions and 43 deletions

View file

@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Dweet.io - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Record events in InfluxDB.">
<meta name="description" content="Transfer events to Dweet.io.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/dweet/">
<meta property="fb:app_id" content="338291289691179">
@ -16,12 +16,12 @@
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/dweet/">
<meta property="og:type" content="article">
<meta property="og:description" content="Record events in InfluxDB.">
<meta property="og:description" content="Transfer events to Dweet.io.">
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="Dweet.io">
<meta name="twitter:description" content="Record events in InfluxDB.">
<meta name="twitter:description" content="Transfer events to Dweet.io.">
<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">
@ -73,7 +73,7 @@
<p class="note warning">
The publishing interval is limited to 1 second. This means that its possible to miss fast changes.
</p>
<p>To use the <code class="highlighter-rouge">deweet</code> component in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<p>To use the <code class="highlighter-rouge">dweet</code> 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">dweet</span><span class="pi">:</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">HAExport</span>