Site updated at 2015-10-27 19:46:09 UTC

This commit is contained in:
Paulus Schoutsen 2015-10-27 12:46:09 -07:00
parent adcde053bb
commit 7412a60701
214 changed files with 2096 additions and 2370 deletions

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: architecture | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/architecture/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2015-10-26T21:58:24-07:00</updated>
<updated>2015-10-27T12:45:27-07:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -5,6 +5,7 @@
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
@ -15,7 +16,7 @@
<meta name="description" content="Category: architecture">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/blog/categories/architecture">
<link rel="canonical" href="https://home-assistant.io/blog/categories/architecture/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Category: architecture">

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: branding | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/branding/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2015-10-26T21:58:24-07:00</updated>
<updated>2015-10-27T12:45:27-07:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -5,6 +5,7 @@
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
@ -15,7 +16,7 @@
<meta name="description" content="Category: branding">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/blog/categories/branding">
<link rel="canonical" href="https://home-assistant.io/blog/categories/branding/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Category: branding">

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: component | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/component/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2015-10-26T21:58:24-07:00</updated>
<updated>2015-10-27T12:45:27-07:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -5,6 +5,7 @@
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
@ -15,7 +16,7 @@
<meta name="description" content="Category: component">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/blog/categories/component">
<link rel="canonical" href="https://home-assistant.io/blog/categories/component/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Category: component">

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: core | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/core/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2015-10-26T21:58:24-07:00</updated>
<updated>2015-10-27T12:45:27-07:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -5,6 +5,7 @@
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
@ -15,7 +16,7 @@
<meta name="description" content="Category: core">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/blog/categories/core">
<link rel="canonical" href="https://home-assistant.io/blog/categories/core/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Category: core">

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: esp8266 | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/esp8266/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2015-10-26T21:58:24-07:00</updated>
<updated>2015-10-27T12:45:27-07:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>
@ -127,8 +127,7 @@ from the sensor every second. It will report it to the MQTT server if the differ
reported value. Reports to the MQTT broker are sent with retain set to <code>True</code>. This means that anyone
connecting to the MQTT topic will automatically be notified of the last reported value.</p>
<pre><code class="cpp">
#include &lt;ESP8266WiFi.h&gt;
<pre><code class="cpp">#include &lt;ESP8266WiFi.h&gt;
#include &lt;Wire.h&gt;
#include &lt;PubSubClient.h&gt;
#include &lt;Adafruit_HDC1000.h&gt;

View file

@ -5,6 +5,7 @@
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
@ -15,7 +16,7 @@
<meta name="description" content="Category: esp8266">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/blog/categories/esp8266">
<link rel="canonical" href="https://home-assistant.io/blog/categories/esp8266/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Category: esp8266">

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: frontend | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/frontend/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2015-10-26T21:58:24-07:00</updated>
<updated>2015-10-27T12:45:27-07:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -5,6 +5,7 @@
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
@ -15,7 +16,7 @@
<meta name="description" content="Category: frontend">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/blog/categories/frontend">
<link rel="canonical" href="https://home-assistant.io/blog/categories/frontend/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Category: frontend">

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: how-to | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/how-to/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2015-10-26T21:58:24-07:00</updated>
<updated>2015-10-27T12:45:27-07:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>
@ -127,8 +127,7 @@ from the sensor every second. It will report it to the MQTT server if the differ
reported value. Reports to the MQTT broker are sent with retain set to <code>True</code>. This means that anyone
connecting to the MQTT topic will automatically be notified of the last reported value.</p>
<pre><code class="cpp">
#include &lt;ESP8266WiFi.h&gt;
<pre><code class="cpp">#include &lt;ESP8266WiFi.h&gt;
#include &lt;Wire.h&gt;
#include &lt;PubSubClient.h&gt;
#include &lt;Adafruit_HDC1000.h&gt;

View file

@ -5,6 +5,7 @@
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
@ -15,7 +16,7 @@
<meta name="description" content="Category: how-to">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/blog/categories/how-to">
<link rel="canonical" href="https://home-assistant.io/blog/categories/how-to/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Category: how-to">

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: mqtt | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/mqtt/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2015-10-26T21:58:24-07:00</updated>
<updated>2015-10-27T12:45:27-07:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>
@ -127,8 +127,7 @@ from the sensor every second. It will report it to the MQTT server if the differ
reported value. Reports to the MQTT broker are sent with retain set to <code>True</code>. This means that anyone
connecting to the MQTT topic will automatically be notified of the last reported value.</p>
<pre><code class="cpp">
#include &lt;ESP8266WiFi.h&gt;
<pre><code class="cpp">#include &lt;ESP8266WiFi.h&gt;
#include &lt;Wire.h&gt;
#include &lt;PubSubClient.h&gt;
#include &lt;Adafruit_HDC1000.h&gt;

View file

@ -5,6 +5,7 @@
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
@ -15,7 +16,7 @@
<meta name="description" content="Category: mqtt">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/blog/categories/mqtt">
<link rel="canonical" href="https://home-assistant.io/blog/categories/mqtt/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Category: mqtt">

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: release-notes | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/release-notes/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2015-10-26T21:58:24-07:00</updated>
<updated>2015-10-27T12:45:27-07:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -5,6 +5,7 @@
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
@ -15,7 +16,7 @@
<meta name="description" content="Category: release-notes">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/blog/categories/release-notes">
<link rel="canonical" href="https://home-assistant.io/blog/categories/release-notes/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Category: release-notes">

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: user-stories | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/user-stories/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2015-10-26T21:58:24-07:00</updated>
<updated>2015-10-27T12:45:27-07:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -5,6 +5,7 @@
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
@ -15,7 +16,7 @@
<meta name="description" content="Category: user-stories">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/blog/categories/user-stories">
<link rel="canonical" href="https://home-assistant.io/blog/categories/user-stories/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Category: user-stories">

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: website | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/website/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2015-10-26T21:58:24-07:00</updated>
<updated>2015-10-27T12:45:27-07:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -5,6 +5,7 @@
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
@ -15,7 +16,7 @@
<meta name="description" content="Category: website">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/blog/categories/website">
<link rel="canonical" href="https://home-assistant.io/blog/categories/website/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Category: website">