diff --git a/atom.xml b/atom.xml index 4382918f91..ba12ae9392 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2015-11-27T20:10:47-08:00 + 2015-12-06T01:00:53-08:00 https://home-assistant.io/ @@ -13,6 +13,25 @@ Octopress + + <![CDATA[Community Highlights]]> + + 2015-12-05T23:39:00-08:00 + https://home-assistant.io/blog/2015/12/05/community-highlights + From time to time we come along things that are worth sharing with fellow Home Assisters. Here a list of some cool stuff from last week:

+ +

First is the public beta of Let’s Encrypt. Let’s Encrypt is a new certificate authority that is free, automated and open. This means that it will now be very easy to secure your connection to Home Assistant while you are away from home. W1ll1am23 has written up a guide how to get started.

+ +

The next thing is a show-off of some of the cool stuff people do with Home Assistant. This is miniconfig talking to Home Assistant using the Amazon Echo!

+ +
+ +
+ +

And last but not least, Midwestern Mac did a microSD card performance comparison for the Raspberry Pi. If you’re using a Pi, make sure to check it out!

+]]>
+
+ <![CDATA[Survey November 2015]]> @@ -2288,98 +2307,6 @@ Before diving into the newly supported devices and services, I want to highlight -]]> - - - - <![CDATA[Release notes for March 22, 2015]]> - - 2015-03-22T01:21:00-07:00 - https://home-assistant.io/blog/2015/03/22/release-notes - A new version of Home Assistant has just been pushed out. It contains bugfixes contributed by jamespcole, andythigpen, trainman419 and me. It also adds a bunch of great new features:

- -

Script
-Andythigpen has contributed a script component. This allows users to create a sequence of service calls and delays. Scripts can be started using the service script/turn_on and interrupted using the service script/turn_off. A separate page has been added to the frontend to see the status of your scripts.

- -
-
# Example configuration.yaml entry
-script:
-  # Turns on the bedroom lights and then the living room lights 1 minute later
-  wakeup:
-    alias: Wake Up
-    sequence:
-      - alias: Bedroom lights on
-        execute_service: light.turn_on
-        service_data:
-          entity_id: group.bedroom
-      - delay:
-          # supports seconds, milliseconds, minutes, hours, etc.
-          minutes: 1
-      - alias: Living room lights on
-        execute_service: light.turn_on
-        service_data:
-          entity_id: group.living_room
-
-
-
- - - -

Scene
-I (Paulus) have contributed a scene component. A user can create scenes that capture the states you want certain entities to be. For example a scene can contain that light A should be turned on and light B should be bright red. Deactivating a scene will restore the previous state from before the scene was activated. Just like scripts, scenes have their own separate page to see which scenes are on.

- -
-
# Example configuration.yaml entry
-scene:
-  - name: Romantic
-    entities:
-      light.tv_back_light: on
-      light.ceiling:
-        state: on
-        color: [0.33, 0.66]
-        brightness: 200
-
-
-
- -


-SABnzbd
- James Cole has contributed support to integrate SABnzbd. This will allow you to monitor your downloads from within Home Assistant and setup automation based on the information.

- -
-
# Example configuration.yaml entry
-sensor:
-  - platform: sabnzbd
-    name: SAB
-    api_key: YOUR_API_KEY
-    # Example: http://192.168.1.32:8124/
-    base_url: YOUR_SABNZBD_BASE_URL
-    monitored_variables:
-        - type: 'current_status'
-        - type: 'speed'
-        - type: 'queue_size'
-        - type: 'queue_remaining'
-        - type: 'disk_size'
-        - type: 'disk_free'
-
-
-
- -


-PushOver
- James Cole has also contributed support for the PushOver service as a platform for the notify component. This allows components to send messages to the user using PushOver.

- -
-
# Example configuration.yaml entry
-notify:
-    platform: pushover
-    # Get this by registering a new application on https://pushover.net
-    api_key: ABCDEFGHJKLMNOPQRSTUVXYZ
-    # Get this by logging into your account on https://pushover.net
-    user_key: ABCDEFGHJKLMNOPQRSTUVXYZ
-
-
-
]]>
diff --git a/blog/2014/12/18/website-launched/index.html b/blog/2014/12/18/website-launched/index.html index deebca2a44..566d64170a 100644 --- a/blog/2014/12/18/website-launched/index.html +++ b/blog/2014/12/18/website-launched/index.html @@ -187,6 +187,12 @@ diff --git a/blog/2014/12/26/home-control-home-automation-and-the-smart-home/index.html b/blog/2014/12/26/home-control-home-automation-and-the-smart-home/index.html index 6069dfbc83..b40b22d17a 100644 --- a/blog/2014/12/26/home-control-home-automation-and-the-smart-home/index.html +++ b/blog/2014/12/26/home-control-home-automation-and-the-smart-home/index.html @@ -242,6 +242,12 @@ This article will try to explain how they all relate.

diff --git a/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/index.html b/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/index.html index 46041be629..bf516f476b 100644 --- a/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/index.html +++ b/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/index.html @@ -226,6 +226,12 @@ api_key=ABCDEFGHJKLMNOPQRSTUVXYZ diff --git a/blog/2015/01/11/bootstrapping-your-setup-with-discovery/index.html b/blog/2015/01/11/bootstrapping-your-setup-with-discovery/index.html index e5a42b470b..7d9f998ad8 100644 --- a/blog/2015/01/11/bootstrapping-your-setup-with-discovery/index.html +++ b/blog/2015/01/11/bootstrapping-your-setup-with-discovery/index.html @@ -201,6 +201,12 @@ diff --git a/blog/2015/01/13/nest-in-da-house/index.html b/blog/2015/01/13/nest-in-da-house/index.html index caa6558892..ec4f108214 100644 --- a/blog/2015/01/13/nest-in-da-house/index.html +++ b/blog/2015/01/13/nest-in-da-house/index.html @@ -204,6 +204,12 @@ password=YOUR_PASSWORD diff --git a/blog/2015/01/24/release-notes/index.html b/blog/2015/01/24/release-notes/index.html index a9da306f00..6dfbe3ffb2 100644 --- a/blog/2015/01/24/release-notes/index.html +++ b/blog/2015/01/24/release-notes/index.html @@ -210,6 +210,12 @@ Home Assistant now supports --open-ui and --demo-mode diff --git a/blog/2015/02/08/looking-at-the-past/index.html b/blog/2015/02/08/looking-at-the-past/index.html index ae0e397ac7..6cfb0e1bdf 100644 --- a/blog/2015/02/08/looking-at-the-past/index.html +++ b/blog/2015/02/08/looking-at-the-past/index.html @@ -220,6 +220,12 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D diff --git a/blog/2015/02/24/streaming-updates/index.html b/blog/2015/02/24/streaming-updates/index.html index 69e1ec7efb..63a28ca46f 100644 --- a/blog/2015/02/24/streaming-updates/index.html +++ b/blog/2015/02/24/streaming-updates/index.html @@ -203,6 +203,12 @@ diff --git a/blog/2015/03/01/home-assistant-migrating-to-yaml/index.html b/blog/2015/03/01/home-assistant-migrating-to-yaml/index.html index 7eba4ae3d5..e4539d9526 100644 --- a/blog/2015/03/01/home-assistant-migrating-to-yaml/index.html +++ b/blog/2015/03/01/home-assistant-migrating-to-yaml/index.html @@ -193,6 +193,12 @@ diff --git a/blog/2015/03/08/new-logo/index.html b/blog/2015/03/08/new-logo/index.html index f5392f30bb..274f6f032c 100644 --- a/blog/2015/03/08/new-logo/index.html +++ b/blog/2015/03/08/new-logo/index.html @@ -194,6 +194,12 @@ The old logo, the new detailed logo and the new simple logo. diff --git a/blog/2015/03/11/release-notes/index.html b/blog/2015/03/11/release-notes/index.html index 1eb0192d59..9ff873daf4 100644 --- a/blog/2015/03/11/release-notes/index.html +++ b/blog/2015/03/11/release-notes/index.html @@ -233,6 +233,12 @@ An initial version of voice control for Home Assistant has landed. The current i diff --git a/blog/2015/03/22/release-notes/index.html b/blog/2015/03/22/release-notes/index.html index ff6ae670fd..6c5701e668 100644 --- a/blog/2015/03/22/release-notes/index.html +++ b/blog/2015/03/22/release-notes/index.html @@ -270,6 +270,12 @@ I (Paulus) have contributed a scene component. A user can create scenes that cap diff --git a/blog/2015/04/25/release-notes/index.html b/blog/2015/04/25/release-notes/index.html index 39c84fbb54..f267ac76a4 100644 --- a/blog/2015/04/25/release-notes/index.html +++ b/blog/2015/04/25/release-notes/index.html @@ -281,6 +281,12 @@ diff --git a/blog/2015/05/09/utc-time-zone-awareness/index.html b/blog/2015/05/09/utc-time-zone-awareness/index.html index a63cee0c90..9c35378c74 100644 --- a/blog/2015/05/09/utc-time-zone-awareness/index.html +++ b/blog/2015/05/09/utc-time-zone-awareness/index.html @@ -216,6 +216,12 @@ diff --git a/blog/2015/05/14/release-notes/index.html b/blog/2015/05/14/release-notes/index.html index ad4ce96901..0559c135e6 100644 --- a/blog/2015/05/14/release-notes/index.html +++ b/blog/2015/05/14/release-notes/index.html @@ -308,6 +308,12 @@ Before diving into the newly supported devices and services, I want to highlight diff --git a/blog/2015/06/10/release-notes/index.html b/blog/2015/06/10/release-notes/index.html index 458bfc76ae..ead0332ed5 100644 --- a/blog/2015/06/10/release-notes/index.html +++ b/blog/2015/06/10/release-notes/index.html @@ -361,6 +361,12 @@ This switch platform allows you to control your motion detection setting on your diff --git a/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html b/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html index 3427fd137a..be3a031129 100644 --- a/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html +++ b/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html @@ -313,6 +313,12 @@ Fabian has added support for Forecast.io to g diff --git a/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/index.html b/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/index.html index d633b7acc2..0d133680f7 100644 --- a/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/index.html +++ b/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/index.html @@ -302,6 +302,12 @@ Support for Temper temperature sensors has been contributed by +
  • + Community Highlights +
  • + + +
  • Survey November 2015
  • @@ -325,12 +331,6 @@ Support for Temper temperature sensors has been contributed by - 0.7.5: Blinkstick, SNMP, Telegram - - - diff --git a/blog/2015/08/17/verisure-and-modern-tp-link-router-support/index.html b/blog/2015/08/17/verisure-and-modern-tp-link-router-support/index.html index 2bb80533c5..087da43f2c 100644 --- a/blog/2015/08/17/verisure-and-modern-tp-link-router-support/index.html +++ b/blog/2015/08/17/verisure-and-modern-tp-link-router-support/index.html @@ -212,6 +212,12 @@ diff --git a/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/index.html b/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/index.html index 819132e431..9260cb2a3d 100644 --- a/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/index.html +++ b/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/index.html @@ -321,6 +321,12 @@ diff --git a/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html b/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html index d3ffc55df1..fa27282f6b 100644 --- a/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html +++ b/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html @@ -299,6 +299,12 @@ diff --git a/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html b/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html index b94a7cbae6..ca52341ea5 100644 --- a/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html +++ b/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html @@ -502,6 +502,12 @@ PubSubClient client(ethClient); diff --git a/blog/2015/09/13/home-assistant-meets-ifttt/index.html b/blog/2015/09/13/home-assistant-meets-ifttt/index.html index 4b1f2d523c..2bd44ece7f 100644 --- a/blog/2015/09/13/home-assistant-meets-ifttt/index.html +++ b/blog/2015/09/13/home-assistant-meets-ifttt/index.html @@ -361,6 +361,12 @@ diff --git a/blog/2015/09/18/monitoring-with-glances-and-home-assistant/index.html b/blog/2015/09/18/monitoring-with-glances-and-home-assistant/index.html index e05e755751..e310bb57ef 100644 --- a/blog/2015/09/18/monitoring-with-glances-and-home-assistant/index.html +++ b/blog/2015/09/18/monitoring-with-glances-and-home-assistant/index.html @@ -262,6 +262,12 @@ Glances web server started on http://0.0.0.0:61208/ diff --git a/blog/2015/09/19/alarm-sonos-and-itunes-support/index.html b/blog/2015/09/19/alarm-sonos-and-itunes-support/index.html index ee739c3532..9566b222b5 100644 --- a/blog/2015/09/19/alarm-sonos-and-itunes-support/index.html +++ b/blog/2015/09/19/alarm-sonos-and-itunes-support/index.html @@ -241,6 +241,12 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge diff --git a/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/index.html b/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/index.html index 14183d1dc3..49767075a1 100644 --- a/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/index.html +++ b/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/index.html @@ -217,6 +217,12 @@ Map in Home Assistant showing two people and three zones (home, school, work) 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 cd3ec9cf07..78e37c34d6 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 @@ -548,6 +548,12 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000(); diff --git a/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/index.html b/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/index.html index a88eb6c0b2..139da43d21 100644 --- a/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/index.html +++ b/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/index.html @@ -206,6 +206,12 @@ diff --git a/blog/2015/10/26/firetv-and-radiotherm-now-supported/index.html b/blog/2015/10/26/firetv-and-radiotherm-now-supported/index.html index 138d1375eb..f76cfbafe3 100644 --- a/blog/2015/10/26/firetv-and-radiotherm-now-supported/index.html +++ b/blog/2015/10/26/firetv-and-radiotherm-now-supported/index.html @@ -228,6 +228,12 @@ This makes more sense as most people run Home Assistant as a daemon

    diff --git a/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/index.html b/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/index.html index 14001f739e..0523cc42b3 100644 --- a/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/index.html +++ b/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/index.html @@ -224,6 +224,12 @@ diff --git a/blog/2015/11/22/survey-november-2015/index.html b/blog/2015/11/22/survey-november-2015/index.html index 214b78d679..2494f8bdab 100644 --- a/blog/2015/11/22/survey-november-2015/index.html +++ b/blog/2015/11/22/survey-november-2015/index.html @@ -287,6 +287,12 @@ diff --git a/blog/2015/12/05/community-highlights/index.html b/blog/2015/12/05/community-highlights/index.html new file mode 100644 index 0000000000..1b27d7caa1 --- /dev/null +++ b/blog/2015/12/05/community-highlights/index.html @@ -0,0 +1,276 @@ + + + + + + + + + + + Community Highlights - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    + +
    + + +
    + +
    + +

    Community Highlights

    + + + +
    + + + less than one minute reading time + + + + + + Comments + +
    + +
    + + +

    From time to time we come along things that are worth sharing with fellow Home Assisters. Here a list of some cool stuff from last week:

    + +

    First is the public beta of Let’s Encrypt. Let’s Encrypt is a new certificate authority that is free, automated and open. This means that it will now be very easy to secure your connection to Home Assistant while you are away from home. W1ll1am23 has written up a guide how to get started.

    + +

    The next thing is a show-off of some of the cool stuff people do with Home Assistant. This is miniconfig talking to Home Assistant using the Amazon Echo!

    + +
    + +
    + +

    And last but not least, Midwestern Mac did a microSD card performance comparison for the Raspberry Pi. If you’re using a Pi, make sure to check it out!

    +
    + + +
    +

    Comments

    +
    +
    + + +
    + + + + +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/blog/archives/index.html b/blog/archives/index.html index b690386a02..849fe7c482 100644 --- a/blog/archives/index.html +++ b/blog/archives/index.html @@ -44,11 +44,11 @@ - Nov 22 + Dec 05 - Survey November 2015 + Community Highlights @@ -56,7 +56,7 @@ - survey..."> + commun..."> @@ -145,6 +145,38 @@

    2015

    +
    +
    + +
    + +
    +
    +

    Community Highlights

    + + + +
    +
    + +
    +
    + + +
    @@ -1207,6 +1239,12 @@ diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml index 31f120873f..d1beb52fbd 100644 --- a/blog/categories/architecture/atom.xml +++ b/blog/categories/architecture/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: architecture | Home Assistant]]> - 2015-11-27T20:10:47-08:00 + 2015-12-06T01:00:53-08:00 https://home-assistant.io/ diff --git a/blog/categories/architecture/index.html b/blog/categories/architecture/index.html index c6adaa7547..0560a3ce86 100644 --- a/blog/categories/architecture/index.html +++ b/blog/categories/architecture/index.html @@ -199,6 +199,12 @@ diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml index b0259d271a..b0b9b5407f 100644 --- a/blog/categories/branding/atom.xml +++ b/blog/categories/branding/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: branding | Home Assistant]]> - 2015-11-27T20:10:47-08:00 + 2015-12-06T01:00:53-08:00 https://home-assistant.io/ diff --git a/blog/categories/branding/index.html b/blog/categories/branding/index.html index 828c92aa6d..33f10bb3cd 100644 --- a/blog/categories/branding/index.html +++ b/blog/categories/branding/index.html @@ -199,6 +199,12 @@ diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml new file mode 100644 index 0000000000..74cd5f7cf2 --- /dev/null +++ b/blog/categories/community/atom.xml @@ -0,0 +1,35 @@ + + + + <![CDATA[Category: community | Home Assistant]]> + + + 2015-12-06T01:00:53-08:00 + https://home-assistant.io/ + + + + + Octopress + + + + <![CDATA[Community Highlights]]> + + 2015-12-05T23:39:00-08:00 + https://home-assistant.io/blog/2015/12/05/community-highlights + From time to time we come along things that are worth sharing with fellow Home Assisters. Here a list of some cool stuff from last week:

    + +

    First is the public beta of Let’s Encrypt. Let’s Encrypt is a new certificate authority that is free, automated and open. This means that it will now be very easy to secure your connection to Home Assistant while you are away from home. W1ll1am23 has written up a guide how to get started.

    + +

    The next thing is a show-off of some of the cool stuff people do with Home Assistant. This is miniconfig talking to Home Assistant using the Amazon Echo!

    + +
    + +
    + +

    And last but not least, Midwestern Mac did a microSD card performance comparison for the Raspberry Pi. If you’re using a Pi, make sure to check it out!

    +]]>
    +
    + +
    diff --git a/blog/categories/community/index.html b/blog/categories/community/index.html new file mode 100644 index 0000000000..ef11fe967e --- /dev/null +++ b/blog/categories/community/index.html @@ -0,0 +1,279 @@ + + + + + + + + + + + Category: community - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    + +
    + + +
    + + +
    +

    + Category: Community +

    +
    +
    + + +
    + + + + +

    2015

    + + + +
    + + +
    + + +
    + + + + +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/blog/categories/component/atom.xml b/blog/categories/component/atom.xml index 52954b7ffe..7723883f5d 100644 --- a/blog/categories/component/atom.xml +++ b/blog/categories/component/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: component | Home Assistant]]> - 2015-11-27T20:10:47-08:00 + 2015-12-06T01:00:53-08:00 https://home-assistant.io/ diff --git a/blog/categories/component/index.html b/blog/categories/component/index.html index c272c07c1e..5161030038 100644 --- a/blog/categories/component/index.html +++ b/blog/categories/component/index.html @@ -297,6 +297,12 @@ diff --git a/blog/categories/core/atom.xml b/blog/categories/core/atom.xml index 20fc7a02f1..9212e36d15 100644 --- a/blog/categories/core/atom.xml +++ b/blog/categories/core/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: core | Home Assistant]]> - 2015-11-27T20:10:47-08:00 + 2015-12-06T01:00:53-08:00 https://home-assistant.io/ diff --git a/blog/categories/core/index.html b/blog/categories/core/index.html index b74c8008dd..60f8dfa699 100644 --- a/blog/categories/core/index.html +++ b/blog/categories/core/index.html @@ -231,6 +231,12 @@ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index 5f3364ed6b..3fb6bdebdc 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: esp8266 | Home Assistant]]> - 2015-11-27T20:10:47-08:00 + 2015-12-06T01:00:53-08:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/index.html b/blog/categories/esp8266/index.html index 56466d754c..ed9792adad 100644 --- a/blog/categories/esp8266/index.html +++ b/blog/categories/esp8266/index.html @@ -203,6 +203,12 @@ diff --git a/blog/categories/frontend/atom.xml b/blog/categories/frontend/atom.xml index 775a53971b..bc05f292ba 100644 --- a/blog/categories/frontend/atom.xml +++ b/blog/categories/frontend/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: frontend | Home Assistant]]> - 2015-11-27T20:10:47-08:00 + 2015-12-06T01:00:53-08:00 https://home-assistant.io/ diff --git a/blog/categories/frontend/index.html b/blog/categories/frontend/index.html index c4a5b23e7c..3d9c23a232 100644 --- a/blog/categories/frontend/index.html +++ b/blog/categories/frontend/index.html @@ -233,6 +233,12 @@ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 16ed23f408..a30ea46dce 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]]> - 2015-11-27T20:10:47-08:00 + 2015-12-06T01:00:53-08:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/index.html b/blog/categories/how-to/index.html index 8cd56278c9..d3bcbd7719 100644 --- a/blog/categories/how-to/index.html +++ b/blog/categories/how-to/index.html @@ -303,6 +303,12 @@ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index 4445a46e48..cfc723a144 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: mqtt | Home Assistant]]> - 2015-11-27T20:10:47-08:00 + 2015-12-06T01:00:53-08:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/index.html b/blog/categories/mqtt/index.html index 6e844447d0..f073004a38 100644 --- a/blog/categories/mqtt/index.html +++ b/blog/categories/mqtt/index.html @@ -237,6 +237,12 @@ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index c06c7dce57..26b381bc63 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]]> - 2015-11-27T20:10:47-08:00 + 2015-12-06T01:00:53-08:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/index.html b/blog/categories/release-notes/index.html index 98e6b8a341..2cb7071d17 100644 --- a/blog/categories/release-notes/index.html +++ b/blog/categories/release-notes/index.html @@ -649,6 +649,12 @@ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index 75e13efc8a..14ac9933d7 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: survey | Home Assistant]]> - 2015-11-27T20:10:47-08:00 + 2015-12-06T01:00:53-08:00 https://home-assistant.io/ diff --git a/blog/categories/survey/index.html b/blog/categories/survey/index.html index ae691095df..8e040022f1 100644 --- a/blog/categories/survey/index.html +++ b/blog/categories/survey/index.html @@ -199,6 +199,12 @@ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index deae29115c..b6cdf71d3d 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]]> - 2015-11-27T20:10:47-08:00 + 2015-12-06T01:00:53-08:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/index.html b/blog/categories/user-stories/index.html index 4e25383170..09c0a7399c 100644 --- a/blog/categories/user-stories/index.html +++ b/blog/categories/user-stories/index.html @@ -231,6 +231,12 @@ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index dcfa3d958a..1a1cc4b768 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: website | Home Assistant]]> - 2015-11-27T20:10:47-08:00 + 2015-12-06T01:00:53-08:00 https://home-assistant.io/ diff --git a/blog/categories/website/index.html b/blog/categories/website/index.html index 00059239a5..98717b1fd9 100644 --- a/blog/categories/website/index.html +++ b/blog/categories/website/index.html @@ -199,6 +199,12 @@ diff --git a/blog/index.html b/blog/index.html index a74a8ef2fc..e7ef9b78bd 100644 --- a/blog/index.html +++ b/blog/index.html @@ -27,26 +27,23 @@ - Survey November 2015 + Community Highlights - November 22, 2015 - Fabian Affolter - two minutes reading time + December 6, 2015 + Paulus Schoutsen + less than one minute reading time - survey + community - - - - ..."> + ..."> @@ -119,6 +116,57 @@ +
    +
    + +

    + Community Highlights +

    + + + +
    + + + less than one minute reading time + + + + + + Comments + +
    + +
    + + +
    +

    From time to time we come along things that are worth sharing with fellow Home Assisters. Here a list of some cool stuff from last week:

    + +

    First is the public beta of Let’s Encrypt. Let’s Encrypt is a new certificate authority that is free, automated and open. This means that it will now be very easy to secure your connection to Home Assistant while you are away from home. W1ll1am23 has written up a guide how to get started.

    + +

    The next thing is a show-off of some of the cool stuff people do with Home Assistant. This is miniconfig talking to Home Assistant using the Amazon Echo!

    + +
    + +
    + +

    And last but not least, Midwestern Mac did a microSD card performance comparison for the Raspberry Pi. If you’re using a Pi, make sure to check it out!

    + + +
    +
    +
    +
    @@ -667,57 +715,6 @@ Inspried by a fea

    -
    -
    - -

    - Using MQTT with Home Assistant -

    - - - -
    - - - nine minutes reading time - - - - - - Comments - -
    - -
    - - -
    - -

    MQTT support was added to Home Assistant recently. The MQTT component will enable you to do all sort of things. Most likely you will use it to communicate with your devices. But Home Assistant doesn’t care where the data is coming from or is limited to real hardware as long as there is MQTT support. This means that it doesn’t matter if the data is coming from a human, a web service, or a device.

    - -

    A great example is shown in a Laundry Automation post in this blog.

    - -

    This post will give you a small overview of some other possibilities on how to use MQTT with Home Assistant.

    - - - - Read on → - -
    -
    -
    -
    @@ -148,6 +149,9 @@
  • MQTT Alarm Control Panel
  • +
  • + MQTT Motor +
  • MQTT binary sensor
  • @@ -174,6 +178,9 @@
  • Command line sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/sensor.mysensors/index.html b/components/sensor.mysensors/index.html index 81a88afee2..0448d81cde 100644 --- a/components/sensor.mysensors/index.html +++ b/components/sensor.mysensors/index.html @@ -158,6 +158,9 @@
  • Command line sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/sensor.rest/index.html b/components/sensor.rest/index.html index 77e0588696..1ce51615e4 100644 --- a/components/sensor.rest/index.html +++ b/components/sensor.rest/index.html @@ -236,6 +236,9 @@ Make sure that the URL matches exactly your endpoint or resource.
  • Command line sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/sensor.rfxtrx/index.html b/components/sensor.rfxtrx/index.html index f7661113f0..83cfcbf183 100644 --- a/components/sensor.rfxtrx/index.html +++ b/components/sensor.rfxtrx/index.html @@ -151,6 +151,9 @@
  • Command line sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/sensor.sabnzbd/index.html b/components/sensor.sabnzbd/index.html index 69981b1676..233aa8bb03 100644 --- a/components/sensor.sabnzbd/index.html +++ b/components/sensor.sabnzbd/index.html @@ -162,6 +162,9 @@
  • Command line sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/sensor.swiss_public_transport/index.html b/components/sensor.swiss_public_transport/index.html index 27d65882bb..77f80ac799 100644 --- a/components/sensor.swiss_public_transport/index.html +++ b/components/sensor.swiss_public_transport/index.html @@ -152,6 +152,9 @@
  • Command line sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/sensor.systemmonitor/index.html b/components/sensor.systemmonitor/index.html index 9859e36436..99372eecc9 100644 --- a/components/sensor.systemmonitor/index.html +++ b/components/sensor.systemmonitor/index.html @@ -243,6 +243,9 @@
  • Command line sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/sensor.tellstick/index.html b/components/sensor.tellstick/index.html index a4127fea5f..2862aaecc4 100644 --- a/components/sensor.tellstick/index.html +++ b/components/sensor.tellstick/index.html @@ -167,6 +167,9 @@
  • Command line sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/sensor.temper/index.html b/components/sensor.temper/index.html index 3713432a2f..19ae2058af 100644 --- a/components/sensor.temper/index.html +++ b/components/sensor.temper/index.html @@ -137,6 +137,9 @@
  • Command line sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/sensor.time_date/index.html b/components/sensor.time_date/index.html index f00c806b05..7be9ae4569 100644 --- a/components/sensor.time_date/index.html +++ b/components/sensor.time_date/index.html @@ -151,6 +151,9 @@
  • Command line sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/sensor.transmission/index.html b/components/sensor.transmission/index.html index 938c14a05c..59d4c0c454 100644 --- a/components/sensor.transmission/index.html +++ b/components/sensor.transmission/index.html @@ -183,6 +183,9 @@
  • Command line sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/sensor.vera/index.html b/components/sensor.vera/index.html index 75fcba225c..7376da7578 100644 --- a/components/sensor.vera/index.html +++ b/components/sensor.vera/index.html @@ -171,6 +171,9 @@
  • Command line sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/sensor.wink/index.html b/components/sensor.wink/index.html index 6aa54ae4b6..1ca7f80571 100644 --- a/components/sensor.wink/index.html +++ b/components/sensor.wink/index.html @@ -148,6 +148,9 @@
  • Command line sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/sensor.worldclock/index.html b/components/sensor.worldclock/index.html index 35ae0b7713..d21212ae00 100644 --- a/components/sensor.worldclock/index.html +++ b/components/sensor.worldclock/index.html @@ -154,6 +154,9 @@
  • Command line sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/sensor.zwave/index.html b/components/sensor.zwave/index.html index 1de303be71..5524f8cb23 100644 --- a/components/sensor.zwave/index.html +++ b/components/sensor.zwave/index.html @@ -142,6 +142,9 @@
  • Command line sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/sensor/index.html b/components/sensor/index.html index 616ce465fb..8437607dc6 100644 --- a/components/sensor/index.html +++ b/components/sensor/index.html @@ -135,6 +135,9 @@
  • DHT sensor
  • +
  • + Ecobee sensor +
  • Efergy sensor
  • diff --git a/components/shell_command/index.html b/components/shell_command/index.html index 64123ab688..f22a9a2c3f 100644 --- a/components/shell_command/index.html +++ b/components/shell_command/index.html @@ -100,7 +100,7 @@
    -

    This component can expose regular shell commands as services. Services can be called from a script or in automation.

    +

    This component can expose regular shell commands as services. Services can be called from a script or in automation.

    # Example configuration.yaml entry
    diff --git a/components/switch.mqtt/index.html b/components/switch.mqtt/index.html
    index 810e80bf4c..a58b6fcae1 100644
    --- a/components/switch.mqtt/index.html
    +++ b/components/switch.mqtt/index.html
    @@ -119,6 +119,7 @@
       payload_on: "ON"
       payload_off: "OFF"
       optimistic: false
    +  state_format: 
     
    @@ -133,6 +134,7 @@
  • payload_on (Optional): The payload that represents enabled state. Default is “ON”.
  • payload_off (Optional): The payload that represents disabled state. Default is “OFF”.
  • optimistic (Optional): Flag that defines if switch works in optimistic mode. Default is true if no state topic defined, else false.
  • +
  • state_format (Optional): Value to parse.
  • @@ -166,6 +168,9 @@

  • MQTT Alarm Control Panel
  • +
  • + MQTT Motor +
  • MQTT binary sensor
  • diff --git a/components/tellstick/index.html b/components/tellstick/index.html index 47da080918..dd2a3d1c47 100644 --- a/components/tellstick/index.html +++ b/components/tellstick/index.html @@ -151,6 +151,9 @@

    Category Hub

      +
    • + Ecobee +
    • ISY994 Controller
    • diff --git a/components/thermostat.ecobee.html b/components/thermostat.ecobee.html new file mode 100644 index 0000000000..a2c13b37f1 --- /dev/null +++ b/components/thermostat.ecobee.html @@ -0,0 +1 @@ + diff --git a/components/thermostat.ecobee/index.html b/components/thermostat.ecobee/index.html new file mode 100644 index 0000000000..6cbed402d3 --- /dev/null +++ b/components/thermostat.ecobee/index.html @@ -0,0 +1,189 @@ + + + + + + + + + + + Ecobee thermostat - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + +
      + +
      + + + +
      +
      + +
      + + +
      +
      +

      + Ecobee thermostat +

      +
      +
      + +

      To get your Ecobee thermostats working with Home Assistant, follow the instructions for the general Ecobee component.

      + +
      + + +
      + + + + +
      +
      + + + + + + + + + \ No newline at end of file diff --git a/components/thermostat.heat_control/index.html b/components/thermostat.heat_control/index.html index 721887c65f..a5774c10f7 100644 --- a/components/thermostat.heat_control/index.html +++ b/components/thermostat.heat_control/index.html @@ -141,6 +141,9 @@

      Category Thermostat

        +
      • + Ecobee thermostat +
      • Heat control
      • diff --git a/components/thermostat.homematic/index.html b/components/thermostat.homematic/index.html index d2baa58fb8..1a05309ca8 100644 --- a/components/thermostat.homematic/index.html +++ b/components/thermostat.homematic/index.html @@ -154,6 +154,9 @@

        Category Thermostat

          +
        • + Ecobee thermostat +
        • Heat control
        • diff --git a/components/thermostat.honeywell/index.html b/components/thermostat.honeywell/index.html index d0939454b5..904d8a9d43 100644 --- a/components/thermostat.honeywell/index.html +++ b/components/thermostat.honeywell/index.html @@ -142,6 +142,9 @@

          Category Thermostat

            +
          • + Ecobee thermostat +
          • Heat control
          • diff --git a/components/thermostat.nest/index.html b/components/thermostat.nest/index.html index 979c0ce065..dfab88c9a3 100644 --- a/components/thermostat.nest/index.html +++ b/components/thermostat.nest/index.html @@ -145,6 +145,9 @@

            Category Thermostat

              +
            • + Ecobee thermostat +
            • Heat control
            • diff --git a/components/thermostat.radiotherm/index.html b/components/thermostat.radiotherm/index.html index 631b318006..9a49fc9833 100644 --- a/components/thermostat.radiotherm/index.html +++ b/components/thermostat.radiotherm/index.html @@ -152,6 +152,9 @@

              Category Thermostat

                +
              • + Ecobee thermostat +
              • Heat control
              • diff --git a/components/thermostat/index.html b/components/thermostat/index.html index f243a703bb..fe15aae2a8 100644 --- a/components/thermostat/index.html +++ b/components/thermostat/index.html @@ -121,6 +121,9 @@

              Platforms

                +
              • + Ecobee thermostat +
              • Heat control
              • diff --git a/components/vera/index.html b/components/vera/index.html index 4b591e796b..64e60d7d74 100644 --- a/components/vera/index.html +++ b/components/vera/index.html @@ -141,6 +141,9 @@

                Category Hub

                  +
                • + Ecobee +
                • ISY994 Controller
                • diff --git a/components/verisure/index.html b/components/verisure/index.html index 0a3ff4f93f..2f8059e9a0 100644 --- a/components/verisure/index.html +++ b/components/verisure/index.html @@ -154,6 +154,9 @@

                  Category Hub

                    +
                  • + Ecobee +
                  • ISY994 Controller
                  • diff --git a/components/wink/index.html b/components/wink/index.html index 7060b8f784..96b306be50 100644 --- a/components/wink/index.html +++ b/components/wink/index.html @@ -167,6 +167,9 @@ The Wink hub can only be accessed via the cloud. This means it requires an activ

                    Category Hub

                      +
                    • + Ecobee +
                    • ISY994 Controller
                    • diff --git a/components/zwave/index.html b/components/zwave/index.html index f2a76cc8b9..3128b4129f 100644 --- a/components/zwave/index.html +++ b/components/zwave/index.html @@ -172,6 +172,9 @@ $ pip3 install "cython<0.23"

                      Category Hub

                        +
                      • + Ecobee +
                      • ISY994 Controller
                      • diff --git a/cookbook/index.html b/cookbook/index.html index ddc1b1b79f..ce02a8977e 100644 --- a/cookbook/index.html +++ b/cookbook/index.html @@ -123,7 +123,7 @@
                      -

                      Configuration.yaml Gists

                      +

                      Configuration.yaml Gists

                      Some users keep a public scrubbed copy of their configuration.yaml to learn from.

                      diff --git a/demo/frontend.html b/demo/frontend.html index b70204f58f..9e3772b89f 100644 --- a/demo/frontend.html +++ b/demo/frontend.html @@ -1695,484 +1695,484 @@ http://nicolasgallagher.com/micro-clearfix-hack/ }-