From bb822b94712879802af34ce6ef666934ba251057 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 16 Jun 2016 16:45:36 +0000 Subject: [PATCH] Site updated at 2016-06-16 16:45:36 UTC --- atom.xml | 2 +- .../index.html | 12 ++++++------ blog/categories/community/atom.xml | 2 +- blog/categories/device-tracking/atom.xml | 2 +- blog/categories/esp8266/atom.xml | 12 ++++++------ blog/categories/how-to/atom.xml | 2 +- blog/categories/ibeacons/atom.xml | 2 +- blog/categories/internet-of-things/atom.xml | 2 +- blog/categories/mqtt/atom.xml | 12 ++++++------ blog/categories/organisation/atom.xml | 2 +- blog/categories/owntracks/atom.xml | 2 +- blog/categories/presence-detection/atom.xml | 2 +- blog/categories/public-service-announcement/atom.xml | 2 +- blog/categories/release-notes/atom.xml | 2 +- blog/categories/survey/atom.xml | 2 +- blog/categories/talks/atom.xml | 2 +- blog/categories/technology/atom.xml | 2 +- blog/categories/user-stories/atom.xml | 2 +- blog/categories/video/atom.xml | 2 +- blog/categories/website/atom.xml | 2 +- blog/posts/4/index.html | 2 +- cookbook/python_component_basic_state/index.html | 2 +- sitemap.xml | 12 ++++++------ 23 files changed, 43 insertions(+), 43 deletions(-) diff --git a/atom.xml b/atom.xml index 7f6a464b54..312237f7d2 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/index.html b/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/index.html index 10d9e21e6d..bb6f46bb36 100644 --- a/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/index.html +++ b/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/index.html @@ -87,7 +87,7 @@
- seven minutes reading time + eight minutes reading time
    @@ -129,7 +129,7 @@ Home Assistant will keep track of historical values and allow you to integrate i -

    Components

    +

    Components

    I’ve been using Adafruit for my shopping:

    @@ -145,7 +145,7 @@ Home Assistant will keep track of historical values and allow you to integrate i Adafruit has stopped selling the HDC1008. One possible replacement is the BME280. Adjusted sketch to work with the BME280 can be found here.

    -

    Connections

    +

    Connections

    On your breadboard, make the following connections from your ESP8266 to the HDC1008:

    @@ -178,7 +178,7 @@ Adafruit has stopped selling the HDC1008. One possible replacement is the I picked #2 and 14 myself, you can configure them in the sketch.

    -

    Preparing your IDE

    +

    Preparing your IDE

    Follow these instructions on how to install and prepare the Arduino IDE for ESP8266 development.

    @@ -189,7 +189,7 @@ Adafruit has stopped selling the HDC1008. One possible replacement is the Adafruit HDC1000
-

Sketch

+

Sketch

If you have followed the previous steps, you’re all set.

@@ -429,7 +429,7 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000();
-

Configuring Home Assistant

+

Configuring Home Assistant

The last step is to integrate the sensor values into Home Assistant. This can be done by setting up Home Assistant to connect to the MQTT broker and subscribe to the sensor topics.

diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index ad3994a311..961e6ceaf9 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml index 2f04420d20..18abfaa29d 100644 --- a/blog/categories/device-tracking/atom.xml +++ b/blog/categories/device-tracking/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Device-Tracking | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index 1dc7640c08..9c0ede19af 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ @@ -35,7 +35,7 @@ Home Assistant will keep track of historical values and allow you to integrate i -

Components

+

Components

I’ve been using Adafruit for my shopping:

@@ -51,7 +51,7 @@ Home Assistant will keep track of historical values and allow you to integrate i Adafruit has stopped selling the HDC1008. One possible replacement is the BME280. Adjusted sketch to work with the BME280 can be found here.

-

Connections

+

Connections

On your breadboard, make the following connections from your ESP8266 to the HDC1008:

@@ -84,7 +84,7 @@ Adafruit has stopped selling the HDC1008. One possible replacement is the I picked #2 and 14 myself, you can configure them in the sketch.

-

Preparing your IDE

+

Preparing your IDE

Follow these instructions on how to install and prepare the Arduino IDE for ESP8266 development.

@@ -95,7 +95,7 @@ Adafruit has stopped selling the HDC1008. One possible replacement is the Adafruit HDC1000 -

Sketch

+

Sketch

If you have followed the previous steps, you’re all set.

@@ -335,7 +335,7 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000(); -

Configuring Home Assistant

+

Configuring Home Assistant

The last step is to integrate the sensor values into Home Assistant. This can be done by setting up Home Assistant to connect to the MQTT broker and subscribe to the sensor topics.

diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index bace975347..9c21054ae6 100644 --- a/blog/categories/how-to/atom.xml +++ b/blog/categories/how-to/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: How-To | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml index bc22d74b55..8074fc821e 100644 --- a/blog/categories/ibeacons/atom.xml +++ b/blog/categories/ibeacons/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: iBeacons | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/categories/internet-of-things/atom.xml b/blog/categories/internet-of-things/atom.xml index 77d565dfc9..f2f36aaea3 100644 --- a/blog/categories/internet-of-things/atom.xml +++ b/blog/categories/internet-of-things/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Internet-of-Things | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index 1b79e9cebe..e22ea177eb 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ @@ -269,7 +269,7 @@ Home Assistant will keep track of historical values and allow you to integrate i -

Components

+

Components

I’ve been using Adafruit for my shopping:

@@ -285,7 +285,7 @@ Home Assistant will keep track of historical values and allow you to integrate i Adafruit has stopped selling the HDC1008. One possible replacement is the BME280. Adjusted sketch to work with the BME280 can be found here.

-

Connections

+

Connections

On your breadboard, make the following connections from your ESP8266 to the HDC1008:

@@ -318,7 +318,7 @@ Adafruit has stopped selling the HDC1008. One possible replacement is the I picked #2 and 14 myself, you can configure them in the sketch.

-

Preparing your IDE

+

Preparing your IDE

Follow these instructions on how to install and prepare the Arduino IDE for ESP8266 development.

@@ -329,7 +329,7 @@ Adafruit has stopped selling the HDC1008. One possible replacement is the Adafruit HDC1000 -

Sketch

+

Sketch

If you have followed the previous steps, you’re all set.

@@ -569,7 +569,7 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000(); -

Configuring Home Assistant

+

Configuring Home Assistant

The last step is to integrate the sensor values into Home Assistant. This can be done by setting up Home Assistant to connect to the MQTT broker and subscribe to the sensor topics.

diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml index 6708fdd2e0..40c9890ec1 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/categories/owntracks/atom.xml b/blog/categories/owntracks/atom.xml index 38c864d3aa..c8a39a3977 100644 --- a/blog/categories/owntracks/atom.xml +++ b/blog/categories/owntracks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: OwnTracks | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/categories/presence-detection/atom.xml b/blog/categories/presence-detection/atom.xml index 48c980d991..bdb46697a3 100644 --- a/blog/categories/presence-detection/atom.xml +++ b/blog/categories/presence-detection/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Presence-Detection | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml index 26807d22a5..7d64668739 100644 --- a/blog/categories/public-service-announcement/atom.xml +++ b/blog/categories/public-service-announcement/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Public-Service-Announcement | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 818d50c9fd..23d9945173 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Release-Notes | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index d8d6acedec..d825e5186f 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/categories/talks/atom.xml b/blog/categories/talks/atom.xml index 38a4c1924c..5c8fcc2c36 100644 --- a/blog/categories/talks/atom.xml +++ b/blog/categories/talks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Talks | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/categories/technology/atom.xml b/blog/categories/technology/atom.xml index ab167c49a4..c9cd7a7d99 100644 --- a/blog/categories/technology/atom.xml +++ b/blog/categories/technology/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Technology | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index 0392bb477c..220ff1b0f0 100644 --- a/blog/categories/user-stories/atom.xml +++ b/blog/categories/user-stories/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: User-Stories | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/categories/video/atom.xml b/blog/categories/video/atom.xml index 73111c33ec..2c54435949 100644 --- a/blog/categories/video/atom.xml +++ b/blog/categories/video/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Video | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index 03b3177997..094624620d 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2016-06-16T02:11:13+00:00 + 2016-06-16T16:44:50+00:00 https://home-assistant.io/ diff --git a/blog/posts/4/index.html b/blog/posts/4/index.html index 2910bdf1fa..dca7fd93fd 100644 --- a/blog/posts/4/index.html +++ b/blog/posts/4/index.html @@ -541,7 +541,7 @@ The InfluxDB database is a so-called time se
- seven minutes reading time + eight minutes reading time
    diff --git a/cookbook/python_component_basic_state/index.html b/cookbook/python_component_basic_state/index.html index a4bb064def..8cf031744f 100644 --- a/cookbook/python_component_basic_state/index.html +++ b/cookbook/python_component_basic_state/index.html @@ -187,7 +187,7 @@ DEFAULT_TEXT = 'To add the latest feature of our component, update the entry in your configuration.yaml file.

    -
    information:
    +  
    hello_state:
       text: 'Hello, World!'
     
    diff --git a/sitemap.xml b/sitemap.xml index 37d855f0bd..3a9c967aa3 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1766,26 +1766,26 @@ https://home-assistant.io/demo/frontend.html - 2016-06-16T02:09:54+00:00 + 2016-06-16T16:44:09+00:00 https://home-assistant.io/demo/index.html - 2016-06-16T02:09:54+00:00 + 2016-06-16T16:44:09+00:00 https://home-assistant.io/googlef4f3693c209fe788.html - 2016-06-16T02:09:54+00:00 + 2016-06-16T16:44:09+00:00 https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html - 2016-06-16T02:09:54+00:00 + 2016-06-16T16:44:09+00:00 https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html - 2016-06-16T02:09:54+00:00 + 2016-06-16T16:44:09+00:00 https://home-assistant.io/static/mdi-demo.html - 2016-06-16T02:09:54+00:00 + 2016-06-16T16:44:09+00:00