diff --git a/atom.xml b/atom.xml index 7cde4fa8a9..290d7f43d3 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ @@ -13,6 +13,21 @@ Octopress + + <![CDATA[Home Assistant Podcast 1]]> + + 2017-06-02T06:00:00+00:00 + https://home-assistant.io/blog/2017/06/02/home-assistant-podcast-1 + The first podcast by Home Assistant Podcast contains an introduction and covers the 0.45 release of Home Assistant.

+ +
    +
  • Listen online: https://hasspodcast.io/ha001/
  • +
  • Download: https://hasspodcast.io/podcast-download/13/ha001.mp3
  • +
+ +]]>
+
+ <![CDATA[Home Assistant 0.45: Automation editor, Z-Wave panel, OCR]]> @@ -1782,257 +1797,6 @@ After automatic discovery, Home Assistant will ask the user to finish pairing wi

This issue has been resolved by 0.40.2. If you are on an impacted version and cannot upgrade to the latest version just yet, a temporary workaround will be to remove the <config dir>/deps directory and stop using the above mentioned integrations. In the case of AppleTV, you will also have to disable the discovery component to prevent it from being auto-detected.

-]]> -
- - - <![CDATA[Home Assistant 0.40: Turn any Android phone into an IP Webcam]]> - - 2017-03-11T08:04:05+00:00 - https://home-assistant.io/blog/2017/03/11/repurpose-any-android-phone-as-ip-camera -

- -

It’s time for version 0.40 already! For this version, the main focus was on performance and bug fixes. Big thanks to @pvizeli for driving this effort. Startup is now super fast. We have also continued with adding warnings for components and platforms that are slowing down Home Assistant.

- -

Some people have interpreted our recent added warnings as if 0.39 introduced the issues that caused the warning. This is not the case, the platforms and components have been misbehaving for a while but now we are adding warnings so we are able to track down the culprits.

- -

Before we continue talking about all the improvements in this release I want to take a moment to thank a few people from the Home Assistant community that are fundamental to the success of Home Assistant. Big thanks to @dale3h, @CCOSTAN, @skalavala, @rrubin0, @brahmafear, @bassclarinetl2, and @torn8o! These are all people that hang out in our main chat channel and help new users get started and help existing users when running into trouble. Home Assistant would not be there without all the effort you put in! 🙇

- -

And that our community kicks ass is also shown in the numbers. We have already raised together over $700 for the EFF via the sale of our t-shirts! All of you rock! Another number worth mentioning is that this release brings us passed 600 integrations for Home Assistant. All of you rock, again!

- -

Z-Wave is now threadsafe

- -

@andrey-git has spend a lot of time to make Z-Wave perform better. It should no longer cause Home Assistant to run slower or raise warnings about the timer getting out of sync.

- -

Update on the MQTT Out of Memory errors in 0.39

- -

MQTT started causing “Out of Memory” errors for some people on a Raspberry Pi. We have been able to track this down to Raspberry Pis that are using an older firmware. If you are experiencing this issue, please upgrade your firmware using rpi-update.

- -

Turn any Android phone into an IP Camera

- -

With the new support for IP Webcam added by @robbiet480 and @pvizeli you are now able to re-purpose any Android phone to become a multifunctional IP webcam. Some of the cool things that you can do:

- -
    -
  • Integrate the Android device camera
  • -
  • Binary sensor when motion is detected
  • -
  • Sensors to expose the device sensors, including pressure, sound, battery, light
  • -
  • Control device features like the GPS, night vision and camera flash
  • -
- -

- -Screenshot of all the different functionality the IP webcam integration offers. -

- -

Other Highlights

- -
    -
  • Support added for Austrian weather using Zamg weather data (@Zac-HD)
  • -
  • Ring.com video doorbell integration added (@tchellomello)
  • -
  • Blink Home Security Camera support added (@fronzbot)
  • -
  • AppleTV has been converted to push data to Home Assistant instead of us having to poll (@postlund)
  • -
- -

Breaking changes

- -
    -
  • Vera entity ids have changed. This is a one time change to migrate to a model that will prevent future conflicts.
  • -
  • The Twilio notify platforms now have to be configured via the twilio component.
  • -
- -
twilio:
-  account_sid: "abc"
-  auth_token: "xyz"
-
-
- -
    -
  • If you are using async custom components, the passed in async_add_devices method is now a callback instead of a coroutine function.
  • -
- -

If you need help…

-

…don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.

- -

Reporting Issues

-

Experiencing issues introduced by this release? Please report them in our issue tracker. Make sure to fill in all fields of the issue template.

- -

Release 0.40.1 - March 16

- - - -

Release 0.40.2 - March 22

- -

Hot fix release to fix dependency issues. More detailed information about the issue in this blog post.

- -
    -
  • Prevent dependencies that are installed on demand from installing different versions of core dependencies (@balloob - #6738)
  • -
  • Upgrade PyChromecast to silent some benign errors (@balloob - #6702)
  • -
- - - -

All changes

- -
    -
  • Cleanup run_callback_threadsafe (@pvizeli)
  • -
  • Use H2 headers to split up the different sections (@colinodell)
  • -
  • Refactory of envisalink (@pvizeli)
  • -
  • Create zwave devices on OZW thread and only add them during discovery (@andrey-git)
  • -
  • Bugfix restore startup state (@kellerza)
  • -
  • Random test fixes (@balloob)
  • -
  • Remove automatically reloading group config (@balloob)
  • -
  • Default config to setup group editor (@balloob)
  • -
  • minor broadlink fix (@danielhiversen)
  • -
  • Update Yeelight Sunflower light platform to 0.0.6 (@lindsaymarkwawrd)
  • -
  • Some zwave cleanup (@andrey-git)
  • -
  • sensor.speedtest: provide a default icon (@molobrakos)
  • -
  • Test the temperature returned by RM2 (@aronsky)
  • -
  • Zamg weather (@Zac-HD)
  • -
  • Fix reporting on bad login (@balloob)
  • -
  • Move mqtt from eventbus to dispatcher / add unsub for dispatcher (@pvizeli)
  • -
  • Update flake8 and pylint to latest (@andrey-git)
  • -
  • Fix link (@fabaff)
  • -
  • Make glob preserve order (@andrey-git)
  • -
  • Update regex (@fabaff)
  • -
  • Fix recorder async (@balloob)
  • -
  • Fix livebox-play interactions for Python < 3.6 (@pschmitt)
  • -
  • Ensure we properly close HASS instances. (@balloob)
  • -
  • Add service to change log levels (@postlund)
  • -
  • Move ffmpeg to dispatcher from hass.data entity store. (@pvizeli)
  • -
  • Feature/reorg recorder (@balloob)
  • -
  • Bugfix mqtt socket error (@pvizeli)
  • -
  • Notify ciscospark (@shenning00)
  • -
  • Config fix (@balloob)
  • -
  • Bugfix mqtt paho client to speend time (@pvizeli)
  • -
  • Properly report features for each hue bulb type (@jawilson)
  • -
  • Local file camera now supports yet inexisting files. (@jjmontestl)
  • -
  • light.transition now supports float instead of int in order to be able to perform faster transitions (@BillyNate)
  • -
  • Fix for OSRAM lights connected to hue bridge (@groth-its)
  • -
  • Add support for MAX!Cube thermostats and window shutter sensors (@BastianPoe)
  • -
  • Analog modem callerid support (@vroomfonde1)
  • -
  • [sensor.dnsip] New Sensor: DNS IP (@danielperna84)
  • -
  • Update library version for Yeelight Sunflower lights platform (fix for packaging problem with 0.0.7) (@lindsaymarkwawrd)
  • -
  • Prevent duplicate names on Vera devices by appending the device id (@arjenfvellinga)
  • -
  • Add temperature support for MH-Z19 CO2 sensor. (@andrey-git)
  • -
  • improve history_stats accuracy (@bokub)
  • -
  • Updated pyitachip2ir (@alanfischer)
  • -
  • Influx fix (@open-homeautomation)
  • -
  • Fix toggle and media_play_pause post async (@armills)
  • -
  • Migrate calendar setup to async. (@pvizeli)
  • -
  • Frontier silicon (@zhelev)
  • -
  • Bootstrap / Component setup async (@pvizeli)
  • -
  • Convert kpH and mpH to kph and mph (@ericgingras)
  • -
  • Rollback netdisco to 0.8.2 to resolve #6165 (@jumpkick)
  • -
  • Log errors when loading yaml (@kellerza)
  • -
  • Bootstrap tweaks tests (@balloob)
  • -
  • Telegram webhooks new text event (@scipioni)
  • -
  • Cleanup component track_point_in_utc_time usage (@pvizeli)
  • -
  • Discovery fix (@balloob)
  • -
  • Test against 3.6-dev (@balloob)
  • -
  • Bugfix ZigBee / Move from eventbus to dispatcher (@pvizeli)
  • -
  • Bump netdisco to 0.9.1 (@balloob)
  • -
  • sensor.dovado: compute state in update (@molobrakos)
  • -
  • Fix mysensors callback race (@MartinHjelmare)
  • -
  • Upgrade TwitterAPI to 2.4.5 (@fabaff)
  • -
  • Upgrade py-cpuinfo to 0.2.6 (@fabaff)
  • -
  • Template sensor change flow / add restore (@pvizeli)
  • -
  • Zwave optimize value_added (@andrey-git)
  • -
  • Update Vagrant provision.sh (@shaftoe)
  • -
  • Update Adafruit_Python_DHT to support new raspberry kernel (@masarliev)
  • -
  • Add fallback for name if userdevicename isn’t set using old serialnumber logic (@reedriley)
  • -
  • Improve Honeywell US climate component (@titilambert)
  • -
  • Template binary_sensor change flow / add restore (@pvizeli)
  • -
  • Additional support for ecobee hold mode (@Duoxilian)
  • -
  • Update Formulas in Convert XY to RGB (@dramamoose)
  • -
  • Use dynamic ports for test instances (@armills)
  • -
  • Added support for multiple codes executed in a row (@martinfrancois)
  • -
  • Use push updates in Apple TV (@postlund)
  • -
  • Fix command sudo not found error in dev Dockerfile (@jawilson)
  • -
  • Fix calendar authentication text, and handle calendar events without summaries. (@alanfischer)
  • -
  • Move dispatcher out of init. (@pvizeli)
  • -
  • Zwave: Add remove/replace failed node services. (@andrey-git)
  • -
  • Template switch change flow / add restore (@pvizeli)
  • -
  • Bump limitlessled dependency to 1.0.5. (@janLo)
  • -
  • snmp: upgrade pysnmp to 4.3.4 (@milaq)
  • -
  • Bugfix new async_add_devices function (@pvizeli)
  • -
  • Restore for input_slider (@pvizeli)
  • -
  • Added IPv4 data collector (@open-homeautomation)
  • -
  • Return None instead of raising ValueException from as_timestamp template function. (@jjmontestl)
  • -
  • [recorder] Catch more startup errors #6179 (@kellerza)
  • -
  • twilio component (@happyleavesaoc)
  • -
  • Add Z-Wave battery level as a sensor. (@andrey-git)
  • -
  • OwnTrack Async (@pvizeli)
  • -
  • Fix possibility that have multible topic subscribe mqtt (@pvizeli)
  • -
  • Migrate mqtt tracker and arwn sensor to async / cleanup owntrack (@pvizeli)
  • -
  • Z-Wave prevent I/O event loop (@balloob)
  • -
  • Update pwaqi to 3.0 to use public API (@valentinalexeev)
  • -
  • Update Hikvision Binary Sensors to latest library, remove pyDispatcher (@mezz64)
  • -
  • Don’t initialize components which have already been discovered (@colinodell)
  • -
  • Comed Hourly Pricing sensor (@joe248)
  • -
  • Add multi contracts support for Hydroquebec (@titilambert)
  • -
  • Add Zwave refresh services (@andrey-git)
  • -
  • Add keep-alive feature to the generic thermostat (@aronsky)
  • -
  • Fix wake_on_lan for german version of Windows 10 (#6397) (@siebert)
  • -
  • flux led lib (@danielhiversen)
  • -
  • Cleanup async handling (@pvizeli)
  • -
  • Restore for automation entities (@kellerza)
  • -
  • Fix tests no internet (@balloob)
  • -
  • Prevent more I/O in apns (@balloob)
  • -
  • Restore flow on device_tracker platform (@pvizeli)
  • -
  • switch.tplink: catch exceptions coming from pyHS100 to avoid flooding the logs when the plug is not available (@rytilahti)
  • -
  • Added sensors to support Ring.com devices (@tchellomello)
  • -
  • Split bootstrap into bs + setup (@balloob)
  • -
  • Tweak recorder/restore_state (@balloob)
  • -
  • Fix unnecessary warning for ip bans.yaml (@balloob)
  • -
  • Better restore_state warnings (@balloob)
  • -
  • Set new color before turning LIFX bulbs on (@amelchio)
  • -
  • Don’t log username and password in camera url (@ishults)
  • -
  • Ignore deleted mails in IMAP unread count (#6394) (@amelchio)
  • -
  • Delay zwave updates for 100ms to group them. (@andrey-git)
  • -
  • Rename _scheduled_update to _update_scheduled (@andrey-git)
  • -
  • Revert “Use dynamic port allocation for tests” (@armills)
  • -
  • Tado device_tracker exception when mobile device has geofencing enabled but location is currently unknown. (@jmvermeulen)
  • -
  • Add a Z-wave workaround to do full refresh on update (@andrey-git)
  • -
  • Use bundled certificates if port matches mqtts (@dennisdegreef)
  • -
  • Bugfix samsungtv discovery (@pvizeli)
  • -
  • Added unittest for Ring sensor (@tchellomello)
  • -
  • Shorten recorder connection init (@balloob)
  • -
  • KWB Easyfire support (@bimbar)
  • -
  • Bumped version number for supporting lib (@bazwilliams)
  • -
  • Send a logo with webostv notifications (@andersonshatch)
  • -
  • Upgrade netdisco to 0.9.2 (@balloob)
  • -
  • Allow testing against uvloop (@balloob)
  • -
  • fix issue (@appzer)
  • -
  • Remove connection status state. (@aequitas)
  • -
  • Support for Blink Camera System (@fronzbot)
  • -
  • Add warning for slow platforms/components (@balloob)
  • -
  • Fix wake_on_lan ping for Linux. (@siebert)
  • -
  • Add support for remove services / Reload script support (@pvizeli)
  • -
  • Expand MQTT lights (@robbiet480)
  • -
  • Allow configurable conditions for Pi-Hole sensor (@colinodell)
  • -
  • Improved iCloud 2FA support. (@reedriley)
  • -
  • Update pymyq requirement (@arraylabs)
  • -
  • Not always asume manufacturername is present (@balloob)
  • -
  • Add first pass at Z-Wave light tests (@balloob)
  • -
  • Bugfix mqtt socket memory error (@pvizeli)
  • -
  • Increase upper limit on light transitions (@amelchio)
  • -
  • Bugfix android camera autodiscovery settings (@pvizeli)
  • -
  • Update to Pyunifi2.0 (@finish06)
  • -
  • Insteon lib (@wardcraigj)
  • -
  • Bugfix rpi_rf cleanup (@pvizeli)
  • -
  • Android webcam better error handling / pump library 0.4 (@pvizeli)
  • -
- ]]>
diff --git a/blog/2014/12/18/website-launched/index.html b/blog/2014/12/18/website-launched/index.html index dbb03fc3db..eee42ab38b 100644 --- a/blog/2014/12/18/website-launched/index.html +++ b/blog/2014/12/18/website-launched/index.html @@ -120,6 +120,9 @@

Recent Posts

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 4eb4868e3e..84cd78715a 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 @@ -154,6 +154,9 @@ This article will try to explain how they all relate.

Recent Posts

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 4bfa1fb183..ee7946a5fa 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 @@ -144,6 +144,9 @@

Recent Posts

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 9892bdc142..d3792a322f 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 @@ -127,6 +127,9 @@

Recent Posts

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 1a905779ea..dcb2ad0295 100644 --- a/blog/2015/01/13/nest-in-da-house/index.html +++ b/blog/2015/01/13/nest-in-da-house/index.html @@ -131,6 +131,9 @@

Recent Posts

diff --git a/blog/2015/01/24/release-notes/index.html b/blog/2015/01/24/release-notes/index.html index 97610e74e0..25586f2591 100644 --- a/blog/2015/01/24/release-notes/index.html +++ b/blog/2015/01/24/release-notes/index.html @@ -137,6 +137,9 @@ Home Assistant now supports --open-ui and

Recent Posts

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 cf30290712..2b92f0d3a4 100644 --- a/blog/2015/02/08/looking-at-the-past/index.html +++ b/blog/2015/02/08/looking-at-the-past/index.html @@ -142,6 +142,9 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D

Recent Posts

diff --git a/blog/2015/02/24/streaming-updates/index.html b/blog/2015/02/24/streaming-updates/index.html index 60fecd231e..d8ae14b2e1 100644 --- a/blog/2015/02/24/streaming-updates/index.html +++ b/blog/2015/02/24/streaming-updates/index.html @@ -128,6 +128,9 @@

Recent Posts

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 29d414a3ef..33bd1c7606 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 @@ -122,6 +122,9 @@

Recent Posts

diff --git a/blog/2015/03/08/new-logo/index.html b/blog/2015/03/08/new-logo/index.html index 73175dd5d6..0c5b72a322 100644 --- a/blog/2015/03/08/new-logo/index.html +++ b/blog/2015/03/08/new-logo/index.html @@ -125,6 +125,9 @@ The old logo, the new detailed logo and the new simple logo.

Recent Posts

diff --git a/blog/2015/03/11/release-notes/index.html b/blog/2015/03/11/release-notes/index.html index 518b6aef5e..0b75e719d8 100644 --- a/blog/2015/03/11/release-notes/index.html +++ b/blog/2015/03/11/release-notes/index.html @@ -150,6 +150,9 @@ An initial version of voice control for Home Assistant has landed. The current i

Recent Posts

diff --git a/blog/2015/03/22/release-notes/index.html b/blog/2015/03/22/release-notes/index.html index b2fc093521..14085faa79 100644 --- a/blog/2015/03/22/release-notes/index.html +++ b/blog/2015/03/22/release-notes/index.html @@ -186,6 +186,9 @@ I (Paulus) have contributed a scene component. A user can create scenes that cap

Recent Posts

diff --git a/blog/2015/04/25/release-notes/index.html b/blog/2015/04/25/release-notes/index.html index a8bdb82cc6..03f17abce8 100644 --- a/blog/2015/04/25/release-notes/index.html +++ b/blog/2015/04/25/release-notes/index.html @@ -194,6 +194,9 @@

Recent Posts

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 6d9bab9f1c..03d4114931 100644 --- a/blog/2015/05/09/utc-time-zone-awareness/index.html +++ b/blog/2015/05/09/utc-time-zone-awareness/index.html @@ -138,6 +138,9 @@

Recent Posts

diff --git a/blog/2015/05/14/release-notes/index.html b/blog/2015/05/14/release-notes/index.html index 9dd7754bff..5d091ee2e3 100644 --- a/blog/2015/05/14/release-notes/index.html +++ b/blog/2015/05/14/release-notes/index.html @@ -208,6 +208,9 @@ Before diving into the newly supported devices and services, I want to highlight

Recent Posts

diff --git a/blog/2015/06/10/release-notes/index.html b/blog/2015/06/10/release-notes/index.html index 21ab407f8e..a37f7fc154 100644 --- a/blog/2015/06/10/release-notes/index.html +++ b/blog/2015/06/10/release-notes/index.html @@ -254,6 +254,9 @@ This switch platform allows you to control your motion detection setting on your

Recent Posts

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 a7de780146..1acbf3bc90 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 @@ -218,6 +218,9 @@ Fabian has added support for Forecast.io to g

Recent Posts

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 ad5ea4084b..6e71de7b6c 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 @@ -201,6 +201,9 @@ Support for Temper temperature sensors has been contributed by

Recent Posts

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 d7dcb8cb31..cfa57108e6 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 @@ -138,6 +138,9 @@

Recent Posts

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 3dc9ba047c..65c6e1930f 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 @@ -238,6 +238,9 @@ The automation and script syntax here is using a deprecated and no longer suppor

Recent Posts

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 70c9d782db..15ee179523 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 @@ -199,6 +199,9 @@

Recent Posts

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 ed78ef77bb..dd837c968c 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 @@ -276,6 +276,9 @@

Recent Posts

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 ca12933224..29afd79f15 100644 --- a/blog/2015/09/13/home-assistant-meets-ifttt/index.html +++ b/blog/2015/09/13/home-assistant-meets-ifttt/index.html @@ -266,6 +266,9 @@

Recent Posts

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 32ea930760..4203e40fff 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 @@ -165,6 +165,9 @@ Glances web server started on http://0.0.0.0:61208/

Recent Posts

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 054bc1c66d..2a41437ef7 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 @@ -161,6 +161,9 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge

Recent Posts

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 a6699d6266..0b1207b688 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 @@ -144,6 +144,9 @@ Map in Home Assistant showing two people and three zones (home, school, work)

Recent Posts

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 3e87a1d3c3..151d599371 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 @@ -329,6 +329,9 @@ Home Assistant will keep track of historical values and allow you to integrate i

Recent Posts

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 e9f7d7c6fd..fe9073bc17 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 @@ -134,6 +134,9 @@

Recent Posts

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 53a09cf61c..0875009538 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 @@ -151,6 +151,9 @@ This makes more sense as most people run Home Assistant as a daemon

Recent Posts

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 cdd769dddb..1ed88166d0 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 @@ -149,6 +149,9 @@

Recent Posts

diff --git a/blog/2015/11/22/survey-november-2015/index.html b/blog/2015/11/22/survey-november-2015/index.html index e20ab9ee02..058f961afc 100644 --- a/blog/2015/11/22/survey-november-2015/index.html +++ b/blog/2015/11/22/survey-november-2015/index.html @@ -176,6 +176,9 @@

Recent Posts

diff --git a/blog/2015/12/05/community-highlights/index.html b/blog/2015/12/05/community-highlights/index.html index 71c79a47e5..c688993155 100644 --- a/blog/2015/12/05/community-highlights/index.html +++ b/blog/2015/12/05/community-highlights/index.html @@ -127,6 +127,9 @@

Recent Posts

diff --git a/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/index.html b/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/index.html index bef816c69c..5cb98225cc 100644 --- a/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/index.html +++ b/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/index.html @@ -135,6 +135,9 @@

Recent Posts

diff --git a/blog/2015/12/07/influxdb-and-grafana/index.html b/blog/2015/12/07/influxdb-and-grafana/index.html index 5c8638451d..cdb25e2d33 100644 --- a/blog/2015/12/07/influxdb-and-grafana/index.html +++ b/blog/2015/12/07/influxdb-and-grafana/index.html @@ -189,6 +189,9 @@ name: binary_sensor

Recent Posts

diff --git a/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/index.html b/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/index.html index 8ec041d799..a4524aee95 100644 --- a/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/index.html +++ b/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/index.html @@ -156,6 +156,9 @@ This is where we’ll configure our task, so select the plus icon to select an a

Recent Posts

diff --git a/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/index.html b/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/index.html index 9c90c55afd..7d356fbc13 100644 --- a/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/index.html +++ b/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/index.html @@ -142,6 +142,9 @@ Philips Hue FAQ entries regarding 3rd party light bulbs.

Recent Posts

diff --git a/blog/2015/12/13/setup-encryption-using-lets-encrypt/index.html b/blog/2015/12/13/setup-encryption-using-lets-encrypt/index.html index 6b2e5a16bd..a1a0e16b17 100644 --- a/blog/2015/12/13/setup-encryption-using-lets-encrypt/index.html +++ b/blog/2015/12/13/setup-encryption-using-lets-encrypt/index.html @@ -181,6 +181,9 @@ sudo docker run -it --rm -p 80:80 --name certbot \

Recent Posts

diff --git a/blog/2015/12/22/amazon-echo-icloud-and-templates/index.html b/blog/2015/12/22/amazon-echo-icloud-and-templates/index.html index beb7beee9b..c19a61209e 100644 --- a/blog/2015/12/22/amazon-echo-icloud-and-templates/index.html +++ b/blog/2015/12/22/amazon-echo-icloud-and-templates/index.html @@ -159,6 +159,9 @@

Recent Posts

diff --git a/blog/2016/01/17/extended-support-for-diy-solutions/index.html b/blog/2016/01/17/extended-support-for-diy-solutions/index.html index 9ba741062a..ec1fd70238 100644 --- a/blog/2016/01/17/extended-support-for-diy-solutions/index.html +++ b/blog/2016/01/17/extended-support-for-diy-solutions/index.html @@ -150,6 +150,9 @@

Recent Posts

diff --git a/blog/2016/01/19/perfect-home-automation/index.html b/blog/2016/01/19/perfect-home-automation/index.html index b78dec04c6..b80f4aec98 100644 --- a/blog/2016/01/19/perfect-home-automation/index.html +++ b/blog/2016/01/19/perfect-home-automation/index.html @@ -139,6 +139,9 @@

Recent Posts

diff --git a/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/index.html b/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/index.html index 6abb22eeb7..06997cdff5 100644 --- a/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/index.html +++ b/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/index.html @@ -153,6 +153,9 @@ Example of the new views in the frontend. Learn mor

Recent Posts

diff --git a/blog/2016/02/09/Smarter-Smart-Things-with-MQTT-and-Home-Assistant/index.html b/blog/2016/02/09/Smarter-Smart-Things-with-MQTT-and-Home-Assistant/index.html index b05f194c8f..90249145fe 100644 --- a/blog/2016/02/09/Smarter-Smart-Things-with-MQTT-and-Home-Assistant/index.html +++ b/blog/2016/02/09/Smarter-Smart-Things-with-MQTT-and-Home-Assistant/index.html @@ -273,6 +273,9 @@ Z-Wave light bulb |

Recent Posts

diff --git a/blog/2016/02/12/classifying-the-internet-of-things/index.html b/blog/2016/02/12/classifying-the-internet-of-things/index.html index 963d14e11a..7793b5b968 100644 --- a/blog/2016/02/12/classifying-the-internet-of-things/index.html +++ b/blog/2016/02/12/classifying-the-internet-of-things/index.html @@ -247,6 +247,9 @@

Recent Posts

diff --git a/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors/index.html b/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors/index.html index 4ea4e19587..338232a4f5 100644 --- a/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors/index.html +++ b/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors/index.html @@ -158,6 +158,9 @@

Recent Posts

diff --git a/blog/2016/02/18/multi-room-audio-with-snapcast/index.html b/blog/2016/02/18/multi-room-audio-with-snapcast/index.html index 8d12bc5618..6d4f89d2ba 100644 --- a/blog/2016/02/18/multi-room-audio-with-snapcast/index.html +++ b/blog/2016/02/18/multi-room-audio-with-snapcast/index.html @@ -212,6 +212,9 @@

Recent Posts

diff --git a/blog/2016/02/20/community-highlights/index.html b/blog/2016/02/20/community-highlights/index.html index c71f5a87e7..21b20bd8ae 100644 --- a/blog/2016/02/20/community-highlights/index.html +++ b/blog/2016/02/20/community-highlights/index.html @@ -155,6 +155,9 @@ Hold your NFC tag against the belly of Garfield to unlock the alarm.

Recent Posts

diff --git a/blog/2016/02/27/steam-d-link-smart-plugs-and-neurio-energy-sensors/index.html b/blog/2016/02/27/steam-d-link-smart-plugs-and-neurio-energy-sensors/index.html index f493f3bf76..679835f47c 100644 --- a/blog/2016/02/27/steam-d-link-smart-plugs-and-neurio-energy-sensors/index.html +++ b/blog/2016/02/27/steam-d-link-smart-plugs-and-neurio-energy-sensors/index.html @@ -157,6 +157,9 @@

Recent Posts

diff --git a/blog/2016/03/12/z-wave-pep257-templated-service-calls/index.html b/blog/2016/03/12/z-wave-pep257-templated-service-calls/index.html index 0ab400527f..52b668e804 100644 --- a/blog/2016/03/12/z-wave-pep257-templated-service-calls/index.html +++ b/blog/2016/03/12/z-wave-pep257-templated-service-calls/index.html @@ -158,6 +158,9 @@ player state attributes. This change affects automations, scripts and scenes.

Recent Posts

diff --git a/blog/2016/03/26/embedded-mqtt-broker-uber-yamaha-growl/index.html b/blog/2016/03/26/embedded-mqtt-broker-uber-yamaha-growl/index.html index 65a8ff155a..98ec9cc47e 100644 --- a/blog/2016/03/26/embedded-mqtt-broker-uber-yamaha-growl/index.html +++ b/blog/2016/03/26/embedded-mqtt-broker-uber-yamaha-growl/index.html @@ -166,6 +166,9 @@

Recent Posts

diff --git a/blog/2016/04/05/your-hub-should-be-local-and-open/index.html b/blog/2016/04/05/your-hub-should-be-local-and-open/index.html index d38e32dd75..c1456725d7 100644 --- a/blog/2016/04/05/your-hub-should-be-local-and-open/index.html +++ b/blog/2016/04/05/your-hub-should-be-local-and-open/index.html @@ -126,6 +126,9 @@

Recent Posts

diff --git a/blog/2016/04/07/static-website/index.html b/blog/2016/04/07/static-website/index.html index b3ef0207bf..1f8467905e 100644 --- a/blog/2016/04/07/static-website/index.html +++ b/blog/2016/04/07/static-website/index.html @@ -129,6 +129,9 @@

Recent Posts

diff --git a/blog/2016/04/09/onkyo-panasonic-gtfs-and-config-validation/index.html b/blog/2016/04/09/onkyo-panasonic-gtfs-and-config-validation/index.html index fc758e87de..2bf3d59747 100644 --- a/blog/2016/04/09/onkyo-panasonic-gtfs-and-config-validation/index.html +++ b/blog/2016/04/09/onkyo-panasonic-gtfs-and-config-validation/index.html @@ -138,6 +138,9 @@

Recent Posts

diff --git a/blog/2016/04/17/updated-documentation/index.html b/blog/2016/04/17/updated-documentation/index.html index 7ebfa25f3d..cd4376458d 100644 --- a/blog/2016/04/17/updated-documentation/index.html +++ b/blog/2016/04/17/updated-documentation/index.html @@ -124,6 +124,9 @@

Recent Posts

diff --git a/blog/2016/04/19/to-infinity-and-beyond/index.html b/blog/2016/04/19/to-infinity-and-beyond/index.html index 210b73805e..04c919c18e 100644 --- a/blog/2016/04/19/to-infinity-and-beyond/index.html +++ b/blog/2016/04/19/to-infinity-and-beyond/index.html @@ -136,6 +136,9 @@

Recent Posts

diff --git a/blog/2016/04/20/bluetooth-lg-webos-tvs-and-roombas/index.html b/blog/2016/04/20/bluetooth-lg-webos-tvs-and-roombas/index.html index 8c336073d0..bbcdbdd79b 100644 --- a/blog/2016/04/20/bluetooth-lg-webos-tvs-and-roombas/index.html +++ b/blog/2016/04/20/bluetooth-lg-webos-tvs-and-roombas/index.html @@ -158,6 +158,9 @@

Recent Posts

diff --git a/blog/2016/04/30/ibeacons-part-1-making-presence-detection-work-better/index.html b/blog/2016/04/30/ibeacons-part-1-making-presence-detection-work-better/index.html index b34e49b742..41e957f7ef 100644 --- a/blog/2016/04/30/ibeacons-part-1-making-presence-detection-work-better/index.html +++ b/blog/2016/04/30/ibeacons-part-1-making-presence-detection-work-better/index.html @@ -200,6 +200,9 @@ For example, my wife works next door - and I couldn’t detect whether she’s a

Recent Posts

diff --git a/blog/2016/05/06/open-iot-summit-talk/index.html b/blog/2016/05/06/open-iot-summit-talk/index.html index 30e2754f25..2d0c852a25 100644 --- a/blog/2016/05/06/open-iot-summit-talk/index.html +++ b/blog/2016/05/06/open-iot-summit-talk/index.html @@ -124,6 +124,9 @@

Recent Posts

diff --git a/blog/2016/05/07/empowering-scripts-and-alexa/index.html b/blog/2016/05/07/empowering-scripts-and-alexa/index.html index 7f3439e8dc..4ec464bf0f 100644 --- a/blog/2016/05/07/empowering-scripts-and-alexa/index.html +++ b/blog/2016/05/07/empowering-scripts-and-alexa/index.html @@ -198,6 +198,9 @@

Recent Posts

diff --git a/blog/2016/05/12/video-configuring-home-assistant/index.html b/blog/2016/05/12/video-configuring-home-assistant/index.html index 4e48a2cf24..a18a9f3480 100644 --- a/blog/2016/05/12/video-configuring-home-assistant/index.html +++ b/blog/2016/05/12/video-configuring-home-assistant/index.html @@ -124,6 +124,9 @@

Recent Posts

diff --git a/blog/2016/05/18/why-we-use-polymer/index.html b/blog/2016/05/18/why-we-use-polymer/index.html index 4260d8f862..8767517800 100644 --- a/blog/2016/05/18/why-we-use-polymer/index.html +++ b/blog/2016/05/18/why-we-use-polymer/index.html @@ -130,6 +130,9 @@

Recent Posts

diff --git a/blog/2016/05/21/release-020/index.html b/blog/2016/05/21/release-020/index.html index 36ade2f498..56f7e07afd 100644 --- a/blog/2016/05/21/release-020/index.html +++ b/blog/2016/05/21/release-020/index.html @@ -154,6 +154,9 @@

Recent Posts

diff --git a/blog/2016/05/22/get-started-with-all-in-one-installer/index.html b/blog/2016/05/22/get-started-with-all-in-one-installer/index.html index a539a18c2a..ab66a7428c 100644 --- a/blog/2016/05/22/get-started-with-all-in-one-installer/index.html +++ b/blog/2016/05/22/get-started-with-all-in-one-installer/index.html @@ -127,6 +127,9 @@

Recent Posts

diff --git a/blog/2016/05/26/ibeacons-how-to-track-things-that-cant-track-themselves-part-ii/index.html b/blog/2016/05/26/ibeacons-how-to-track-things-that-cant-track-themselves-part-ii/index.html index 0a75c9c8f3..f3a8817b29 100644 --- a/blog/2016/05/26/ibeacons-how-to-track-things-that-cant-track-themselves-part-ii/index.html +++ b/blog/2016/05/26/ibeacons-how-to-track-things-that-cant-track-themselves-part-ii/index.html @@ -228,6 +228,9 @@

Recent Posts

diff --git a/blog/2016/06/01/community-highlights/index.html b/blog/2016/06/01/community-highlights/index.html index 4b2402aec0..3c1fdd14ff 100644 --- a/blog/2016/06/01/community-highlights/index.html +++ b/blog/2016/06/01/community-highlights/index.html @@ -136,6 +136,9 @@

Recent Posts

diff --git a/blog/2016/06/08/super-fast-web-enocean-lirc/index.html b/blog/2016/06/08/super-fast-web-enocean-lirc/index.html index d3c084859b..a6e798bf44 100644 --- a/blog/2016/06/08/super-fast-web-enocean-lirc/index.html +++ b/blog/2016/06/08/super-fast-web-enocean-lirc/index.html @@ -168,6 +168,9 @@

Recent Posts

diff --git a/blog/2016/06/13/home-assistant-at-pycon-2016/index.html b/blog/2016/06/13/home-assistant-at-pycon-2016/index.html index b622fb798e..4bf61cc609 100644 --- a/blog/2016/06/13/home-assistant-at-pycon-2016/index.html +++ b/blog/2016/06/13/home-assistant-at-pycon-2016/index.html @@ -140,6 +140,9 @@

Recent Posts

diff --git a/blog/2016/06/18/pandora-bt-home-hub-5-and-local-file-camera/index.html b/blog/2016/06/18/pandora-bt-home-hub-5-and-local-file-camera/index.html index df9fcfdefd..af90d9dc67 100644 --- a/blog/2016/06/18/pandora-bt-home-hub-5-and-local-file-camera/index.html +++ b/blog/2016/06/18/pandora-bt-home-hub-5-and-local-file-camera/index.html @@ -162,6 +162,9 @@

Recent Posts

diff --git a/blog/2016/06/23/usb-webcams-and-home-assistant/index.html b/blog/2016/06/23/usb-webcams-and-home-assistant/index.html index 7a1ed5fd13..5de29f3606 100644 --- a/blog/2016/06/23/usb-webcams-and-home-assistant/index.html +++ b/blog/2016/06/23/usb-webcams-and-home-assistant/index.html @@ -208,6 +208,9 @@ target_dir /tmp

Recent Posts

diff --git a/blog/2016/07/01/envisalink-homematic-hdmi-cec-and-sony-bravia-tv/index.html b/blog/2016/07/01/envisalink-homematic-hdmi-cec-and-sony-bravia-tv/index.html index 6cf8ae96f9..f93e7f185f 100644 --- a/blog/2016/07/01/envisalink-homematic-hdmi-cec-and-sony-bravia-tv/index.html +++ b/blog/2016/07/01/envisalink-homematic-hdmi-cec-and-sony-bravia-tv/index.html @@ -163,6 +163,9 @@

Recent Posts

diff --git a/blog/2016/07/06/pocketchip-running-home-assistant/index.html b/blog/2016/07/06/pocketchip-running-home-assistant/index.html index 5a53283990..f14dbf0a9e 100644 --- a/blog/2016/07/06/pocketchip-running-home-assistant/index.html +++ b/blog/2016/07/06/pocketchip-running-home-assistant/index.html @@ -153,6 +153,9 @@ Over a year ago I participated in the

Recent Posts

diff --git a/blog/2016/07/16/sqlalchemy-knx-join-simplisafe/index.html b/blog/2016/07/16/sqlalchemy-knx-join-simplisafe/index.html index af4aa58b7a..a7d579367a 100644 --- a/blog/2016/07/16/sqlalchemy-knx-join-simplisafe/index.html +++ b/blog/2016/07/16/sqlalchemy-knx-join-simplisafe/index.html @@ -159,6 +159,9 @@

Recent Posts

diff --git a/blog/2016/07/19/visualizing-your-iot-data/index.html b/blog/2016/07/19/visualizing-your-iot-data/index.html index e0b0e85089..0838d8de17 100644 --- a/blog/2016/07/19/visualizing-your-iot-data/index.html +++ b/blog/2016/07/19/visualizing-your-iot-data/index.html @@ -196,6 +196,9 @@ SQLite version 3.11.0 2016-02-15 17:29:24

Recent Posts

diff --git a/blog/2016/07/23/internet-of-things-data-exploration-with-jupyter-notebooks/index.html b/blog/2016/07/23/internet-of-things-data-exploration-with-jupyter-notebooks/index.html index 77d288c85a..5dcf2405b6 100644 --- a/blog/2016/07/23/internet-of-things-data-exploration-with-jupyter-notebooks/index.html +++ b/blog/2016/07/23/internet-of-things-data-exploration-with-jupyter-notebooks/index.html @@ -163,6 +163,9 @@ One of the graphs created with this tutorial.

Recent Posts

diff --git a/blog/2016/07/28/esp8266-and-micropython-part1/index.html b/blog/2016/07/28/esp8266-and-micropython-part1/index.html index c21057ced8..1a0160fe3d 100644 --- a/blog/2016/07/28/esp8266-and-micropython-part1/index.html +++ b/blog/2016/07/28/esp8266-and-micropython-part1/index.html @@ -243,6 +243,9 @@ If a module is missing then you need to download it from the

Recent Posts

diff --git a/blog/2016/07/30/custom-frontend-panels-jupyter-notebooks-directv/index.html b/blog/2016/07/30/custom-frontend-panels-jupyter-notebooks-directv/index.html index 5f5fab77d3..72077f37e2 100644 --- a/blog/2016/07/30/custom-frontend-panels-jupyter-notebooks-directv/index.html +++ b/blog/2016/07/30/custom-frontend-panels-jupyter-notebooks-directv/index.html @@ -175,6 +175,9 @@

Recent Posts

diff --git a/blog/2016/08/03/laundry-automation-update/index.html b/blog/2016/08/03/laundry-automation-update/index.html index 5dfe57fb23..21dd255272 100644 --- a/blog/2016/08/03/laundry-automation-update/index.html +++ b/blog/2016/08/03/laundry-automation-update/index.html @@ -207,6 +207,9 @@

Recent Posts

diff --git a/blog/2016/08/07/optimizing-the-home-assistant-mobile-web-app/index.html b/blog/2016/08/07/optimizing-the-home-assistant-mobile-web-app/index.html index 8d2a7ceb4c..de6477f701 100644 --- a/blog/2016/08/07/optimizing-the-home-assistant-mobile-web-app/index.html +++ b/blog/2016/08/07/optimizing-the-home-assistant-mobile-web-app/index.html @@ -202,6 +202,9 @@

Recent Posts

diff --git a/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/index.html b/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/index.html index 76ac3cf1b7..a4d3a268cc 100644 --- a/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/index.html +++ b/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/index.html @@ -175,6 +175,9 @@

Recent Posts

diff --git a/blog/2016/08/16/we-have-apps-now/index.html b/blog/2016/08/16/we-have-apps-now/index.html index 3f6c43385f..a2113a3c0f 100644 --- a/blog/2016/08/16/we-have-apps-now/index.html +++ b/blog/2016/08/16/we-have-apps-now/index.html @@ -213,6 +213,9 @@

Recent Posts

diff --git a/blog/2016/08/19/github-style-calendar-heatmap-of-device-data/index.html b/blog/2016/08/19/github-style-calendar-heatmap-of-device-data/index.html index 55a7d81d56..e89bc0954a 100644 --- a/blog/2016/08/19/github-style-calendar-heatmap-of-device-data/index.html +++ b/blog/2016/08/19/github-style-calendar-heatmap-of-device-data/index.html @@ -125,6 +125,9 @@ Heatmap

Recent Posts

diff --git a/blog/2016/08/28/notifications-hue-fake-unification/index.html b/blog/2016/08/28/notifications-hue-fake-unification/index.html index 0c29375ae2..ea3e98721f 100644 --- a/blog/2016/08/28/notifications-hue-fake-unification/index.html +++ b/blog/2016/08/28/notifications-hue-fake-unification/index.html @@ -274,6 +274,9 @@

Recent Posts

diff --git a/blog/2016/08/31/esp8266-and-micropython-part2/index.html b/blog/2016/08/31/esp8266-and-micropython-part2/index.html index 1a42ead7c8..75555e708a 100644 --- a/blog/2016/08/31/esp8266-and-micropython-part2/index.html +++ b/blog/2016/08/31/esp8266-and-micropython-part2/index.html @@ -201,6 +201,9 @@ So, part 1 of ESP8266

Recent Posts

diff --git a/blog/2016/09/10/notify-group-reload-api-pihole/index.html b/blog/2016/09/10/notify-group-reload-api-pihole/index.html index b4c4134993..03683ed564 100644 --- a/blog/2016/09/10/notify-group-reload-api-pihole/index.html +++ b/blog/2016/09/10/notify-group-reload-api-pihole/index.html @@ -203,6 +203,9 @@

Recent Posts

diff --git a/blog/2016/09/29/async-sleepiq-emoncms-stocks/index.html b/blog/2016/09/29/async-sleepiq-emoncms-stocks/index.html index 40933ff1e2..51a74637e5 100644 --- a/blog/2016/09/29/async-sleepiq-emoncms-stocks/index.html +++ b/blog/2016/09/29/async-sleepiq-emoncms-stocks/index.html @@ -208,6 +208,9 @@

Recent Posts

diff --git a/blog/2016/10/01/we-have-raspberry-image-now/index.html b/blog/2016/10/01/we-have-raspberry-image-now/index.html index fc368c540f..41f0f618b0 100644 --- a/blog/2016/10/01/we-have-raspberry-image-now/index.html +++ b/blog/2016/10/01/we-have-raspberry-image-now/index.html @@ -129,6 +129,9 @@

Recent Posts

diff --git a/blog/2016/10/02/hacktoberfest/index.html b/blog/2016/10/02/hacktoberfest/index.html index ddbfe5d8e6..fa41fb65cc 100644 --- a/blog/2016/10/02/hacktoberfest/index.html +++ b/blog/2016/10/02/hacktoberfest/index.html @@ -137,6 +137,9 @@

Recent Posts

diff --git a/blog/2016/10/08/hassbian-rest-digital-ocean/index.html b/blog/2016/10/08/hassbian-rest-digital-ocean/index.html index 41d7735b6c..ca37dad4fe 100644 --- a/blog/2016/10/08/hassbian-rest-digital-ocean/index.html +++ b/blog/2016/10/08/hassbian-rest-digital-ocean/index.html @@ -219,6 +219,9 @@

Recent Posts

diff --git a/blog/2016/10/22/flash-briefing-updater-hacktoberfest/index.html b/blog/2016/10/22/flash-briefing-updater-hacktoberfest/index.html index 4b7c86da1d..2cb4c28c38 100644 --- a/blog/2016/10/22/flash-briefing-updater-hacktoberfest/index.html +++ b/blog/2016/10/22/flash-briefing-updater-hacktoberfest/index.html @@ -391,6 +391,9 @@

Recent Posts

diff --git a/blog/2016/10/25/explaining-the-updater/index.html b/blog/2016/10/25/explaining-the-updater/index.html index a470bb94b5..e837761548 100644 --- a/blog/2016/10/25/explaining-the-updater/index.html +++ b/blog/2016/10/25/explaining-the-updater/index.html @@ -147,6 +147,9 @@

Recent Posts

diff --git a/blog/2016/11/05/hacktoberfest-influxdb-weather/index.html b/blog/2016/11/05/hacktoberfest-influxdb-weather/index.html index f0cb583367..474d03026f 100644 --- a/blog/2016/11/05/hacktoberfest-influxdb-weather/index.html +++ b/blog/2016/11/05/hacktoberfest-influxdb-weather/index.html @@ -215,6 +215,9 @@

Recent Posts

diff --git a/blog/2016/11/20/calendar-wink-thermostats-cisco-ios/index.html b/blog/2016/11/20/calendar-wink-thermostats-cisco-ios/index.html index 917b6104b8..1f7b6e968c 100644 --- a/blog/2016/11/20/calendar-wink-thermostats-cisco-ios/index.html +++ b/blog/2016/11/20/calendar-wink-thermostats-cisco-ios/index.html @@ -176,6 +176,9 @@

Recent Posts

diff --git a/blog/2016/12/03/remote-websockets-sonarr/index.html b/blog/2016/12/03/remote-websockets-sonarr/index.html index 0479924bae..3248c11035 100644 --- a/blog/2016/12/03/remote-websockets-sonarr/index.html +++ b/blog/2016/12/03/remote-websockets-sonarr/index.html @@ -237,6 +237,9 @@

Recent Posts

diff --git a/blog/2016/12/17/text-to-speech-aquostv-flic-zamg/index.html b/blog/2016/12/17/text-to-speech-aquostv-flic-zamg/index.html index 267d6dd309..8df536f775 100644 --- a/blog/2016/12/17/text-to-speech-aquostv-flic-zamg/index.html +++ b/blog/2016/12/17/text-to-speech-aquostv-flic-zamg/index.html @@ -190,6 +190,9 @@

Recent Posts

diff --git a/blog/2016/12/19/thank-you/index.html b/blog/2016/12/19/thank-you/index.html index 2d0e0cafc8..0238b9d53f 100644 --- a/blog/2016/12/19/thank-you/index.html +++ b/blog/2016/12/19/thank-you/index.html @@ -128,6 +128,9 @@

Recent Posts

diff --git a/blog/2017/01/03/control-my-christmas-tree-stats/index.html b/blog/2017/01/03/control-my-christmas-tree-stats/index.html index 9e86f79b14..d60b81da40 100644 --- a/blog/2017/01/03/control-my-christmas-tree-stats/index.html +++ b/blog/2017/01/03/control-my-christmas-tree-stats/index.html @@ -138,6 +138,9 @@

Recent Posts

diff --git a/blog/2017/01/14/iss-usps-images-packages/index.html b/blog/2017/01/14/iss-usps-images-packages/index.html index 4149c5847e..c1c5c48ef2 100644 --- a/blog/2017/01/14/iss-usps-images-packages/index.html +++ b/blog/2017/01/14/iss-usps-images-packages/index.html @@ -207,6 +207,9 @@ You have to note:

Recent Posts

diff --git a/blog/2017/01/18/numbers/index.html b/blog/2017/01/18/numbers/index.html index 879c42c7c2..b95f34c89c 100644 --- a/blog/2017/01/18/numbers/index.html +++ b/blog/2017/01/18/numbers/index.html @@ -130,6 +130,9 @@

Recent Posts

diff --git a/blog/2017/01/21/home-assistant-governance/index.html b/blog/2017/01/21/home-assistant-governance/index.html index 4b028dea64..9c75215833 100644 --- a/blog/2017/01/21/home-assistant-governance/index.html +++ b/blog/2017/01/21/home-assistant-governance/index.html @@ -167,6 +167,9 @@

Recent Posts

diff --git a/blog/2017/01/28/face-coffee-wink/index.html b/blog/2017/01/28/face-coffee-wink/index.html index dd713c3ee2..2e38815db9 100644 --- a/blog/2017/01/28/face-coffee-wink/index.html +++ b/blog/2017/01/28/face-coffee-wink/index.html @@ -253,6 +253,9 @@

Recent Posts

diff --git a/blog/2017/02/03/babyphone/index.html b/blog/2017/02/03/babyphone/index.html index 320bff71c8..54ab8e2339 100644 --- a/blog/2017/02/03/babyphone/index.html +++ b/blog/2017/02/03/babyphone/index.html @@ -232,6 +232,9 @@ We change the platform name for binary sensor in 0.38 from

Recent Posts

diff --git a/blog/2017/02/04/hassbian-toybox/index.html b/blog/2017/02/04/hassbian-toybox/index.html index e456bcd74f..deae5dd531 100644 --- a/blog/2017/02/04/hassbian-toybox/index.html +++ b/blog/2017/02/04/hassbian-toybox/index.html @@ -158,6 +158,9 @@ On the close horizon from @Landrash th

Recent Posts

diff --git a/blog/2017/02/11/alert-appletv-mqtt-yeelight/index.html b/blog/2017/02/11/alert-appletv-mqtt-yeelight/index.html index 372545e6f7..0181324a67 100644 --- a/blog/2017/02/11/alert-appletv-mqtt-yeelight/index.html +++ b/blog/2017/02/11/alert-appletv-mqtt-yeelight/index.html @@ -245,6 +245,9 @@

Recent Posts

diff --git a/blog/2017/02/14/clt-workshop/index.html b/blog/2017/02/14/clt-workshop/index.html index 602976ecf3..d4c570ff2f 100644 --- a/blog/2017/02/14/clt-workshop/index.html +++ b/blog/2017/02/14/clt-workshop/index.html @@ -128,6 +128,9 @@

Recent Posts

diff --git a/blog/2017/02/22/home-assistant-tshirts-have-arrived/index.html b/blog/2017/02/22/home-assistant-tshirts-have-arrived/index.html index 4ccaf134f7..b97239eb6f 100644 --- a/blog/2017/02/22/home-assistant-tshirts-have-arrived/index.html +++ b/blog/2017/02/22/home-assistant-tshirts-have-arrived/index.html @@ -162,6 +162,9 @@

Recent Posts

diff --git a/blog/2017/02/25/config-panel-and-state-restoration/index.html b/blog/2017/02/25/config-panel-and-state-restoration/index.html index 33cdc8493e..a18288e15d 100644 --- a/blog/2017/02/25/config-panel-and-state-restoration/index.html +++ b/blog/2017/02/25/config-panel-and-state-restoration/index.html @@ -300,6 +300,9 @@

Recent Posts

diff --git a/blog/2017/03/11/repurpose-any-android-phone-as-ip-camera/index.html b/blog/2017/03/11/repurpose-any-android-phone-as-ip-camera/index.html index 9211b15bb9..065f5e0854 100644 --- a/blog/2017/03/11/repurpose-any-android-phone-as-ip-camera/index.html +++ b/blog/2017/03/11/repurpose-any-android-phone-as-ip-camera/index.html @@ -333,6 +333,9 @@ Screenshot of all the different functionality the IP webcam integration offers.

Recent Posts

diff --git a/blog/2017/03/22/broken-dependencies/index.html b/blog/2017/03/22/broken-dependencies/index.html index fbb401843f..9e1c6be772 100644 --- a/blog/2017/03/22/broken-dependencies/index.html +++ b/blog/2017/03/22/broken-dependencies/index.html @@ -130,6 +130,9 @@

Recent Posts

diff --git a/blog/2017/03/23/opensourcecraft-interview-with-founder-paulus-schoutsen/index.html b/blog/2017/03/23/opensourcecraft-interview-with-founder-paulus-schoutsen/index.html index 8ac14b6d4b..e6f53d0f02 100644 --- a/blog/2017/03/23/opensourcecraft-interview-with-founder-paulus-schoutsen/index.html +++ b/blog/2017/03/23/opensourcecraft-interview-with-founder-paulus-schoutsen/index.html @@ -123,6 +123,9 @@

Recent Posts

diff --git a/blog/2017/03/25/todo-volumio-workday/index.html b/blog/2017/03/25/todo-volumio-workday/index.html index 90f015a5f8..fa02bb97a2 100644 --- a/blog/2017/03/25/todo-volumio-workday/index.html +++ b/blog/2017/03/25/todo-volumio-workday/index.html @@ -278,6 +278,9 @@

Recent Posts

diff --git a/blog/2017/03/28/http-to-mqtt-bridge/index.html b/blog/2017/03/28/http-to-mqtt-bridge/index.html index 245fdf3244..c7b472b89c 100644 --- a/blog/2017/03/28/http-to-mqtt-bridge/index.html +++ b/blog/2017/03/28/http-to-mqtt-bridge/index.html @@ -171,6 +171,9 @@

Recent Posts

diff --git a/blog/2017/04/01/thomas-krenn-award/index.html b/blog/2017/04/01/thomas-krenn-award/index.html index 5ca2ec147b..3ab8b91052 100644 --- a/blog/2017/04/01/thomas-krenn-award/index.html +++ b/blog/2017/04/01/thomas-krenn-award/index.html @@ -132,6 +132,9 @@

Recent Posts

diff --git a/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/index.html b/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/index.html index 46f2dbd061..7ccb3dc10e 100644 --- a/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/index.html +++ b/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/index.html @@ -331,6 +331,9 @@

Recent Posts

diff --git a/blog/2017/04/15/ios/index.html b/blog/2017/04/15/ios/index.html index a06d84ae25..c22bbf7c7d 100644 --- a/blog/2017/04/15/ios/index.html +++ b/blog/2017/04/15/ios/index.html @@ -135,6 +135,9 @@

Recent Posts

diff --git a/blog/2017/04/17/ikea-tradfri-internet-of-things-done-right/index.html b/blog/2017/04/17/ikea-tradfri-internet-of-things-done-right/index.html index 1eb03fc42b..99040a1962 100644 --- a/blog/2017/04/17/ikea-tradfri-internet-of-things-done-right/index.html +++ b/blog/2017/04/17/ikea-tradfri-internet-of-things-done-right/index.html @@ -188,6 +188,9 @@ After automatic discovery, Home Assistant will ask the user to finish pairing wi

Recent Posts

diff --git a/blog/2017/04/22/ikea-tradfri-spotify/index.html b/blog/2017/04/22/ikea-tradfri-spotify/index.html index a1ef9ce142..2d269e28d9 100644 --- a/blog/2017/04/22/ikea-tradfri-spotify/index.html +++ b/blog/2017/04/22/ikea-tradfri-spotify/index.html @@ -333,6 +333,9 @@ After automatic discovery, Home Assistant will ask the user to finish pairing wi

Recent Posts

diff --git a/blog/2017/04/24/hardware-contest-2017/index.html b/blog/2017/04/24/hardware-contest-2017/index.html index 7431148242..f5e6fdcaae 100644 --- a/blog/2017/04/24/hardware-contest-2017/index.html +++ b/blog/2017/04/24/hardware-contest-2017/index.html @@ -128,6 +128,9 @@

Recent Posts

diff --git a/blog/2017/04/25/influxdb-grafana-docker/index.html b/blog/2017/04/25/influxdb-grafana-docker/index.html index ddf3efb9e0..e189aa3a96 100644 --- a/blog/2017/04/25/influxdb-grafana-docker/index.html +++ b/blog/2017/04/25/influxdb-grafana-docker/index.html @@ -170,6 +170,9 @@

Recent Posts

diff --git a/blog/2017/04/30/hassbian-1.21-its-about-time/index.html b/blog/2017/04/30/hassbian-1.21-its-about-time/index.html index 9611ee82de..1ddd37ab29 100644 --- a/blog/2017/04/30/hassbian-1.21-its-about-time/index.html +++ b/blog/2017/04/30/hassbian-1.21-its-about-time/index.html @@ -145,6 +145,9 @@

Recent Posts

diff --git a/blog/2017/05/01/home-assistant-on-raspberry-pi-zero-in-30-minutes/index.html b/blog/2017/05/01/home-assistant-on-raspberry-pi-zero-in-30-minutes/index.html index 7f4c23680b..78741a1eff 100644 --- a/blog/2017/05/01/home-assistant-on-raspberry-pi-zero-in-30-minutes/index.html +++ b/blog/2017/05/01/home-assistant-on-raspberry-pi-zero-in-30-minutes/index.html @@ -159,6 +159,9 @@ $ sudo systemctl start install_homeassistant.service

Recent Posts

diff --git a/blog/2017/05/05/podcast-init-interview/index.html b/blog/2017/05/05/podcast-init-interview/index.html index cdcb201b24..acd7253056 100644 --- a/blog/2017/05/05/podcast-init-interview/index.html +++ b/blog/2017/05/05/podcast-init-interview/index.html @@ -124,6 +124,9 @@

Recent Posts

diff --git a/blog/2017/05/06/zigbee-opencv-dlib/index.html b/blog/2017/05/06/zigbee-opencv-dlib/index.html index 41f92a57b2..700fc2c2dd 100644 --- a/blog/2017/05/06/zigbee-opencv-dlib/index.html +++ b/blog/2017/05/06/zigbee-opencv-dlib/index.html @@ -322,6 +322,9 @@

Recent Posts

diff --git a/blog/2017/06/02/home-assistant-podcast-1/index.html b/blog/2017/06/02/home-assistant-podcast-1/index.html new file mode 100644 index 0000000000..85e3149a38 --- /dev/null +++ b/blog/2017/06/02/home-assistant-podcast-1/index.html @@ -0,0 +1,184 @@ + + + + + + + + + Home Assistant Podcast 1 - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+
+
+

Home Assistant Podcast 1

+
+ + + Less than one minute reading time + + +
    +
  • Community
  • +
+
+ Comments +
+
+

The first podcast by Home Assistant Podcast contains an introduction and covers the 0.45 release of Home Assistant.

+
    +
  • Listen online: https://hasspodcast.io/ha001/
  • +
  • Download: https://hasspodcast.io/podcast-download/13/ha001.mp3
  • +
+
+
+

Comments

+
+
+
+ +
+
+ + + + + diff --git a/blog/archives/index.html b/blog/archives/index.html index debe06dcba..384dc771e5 100644 --- a/blog/archives/index.html +++ b/blog/archives/index.html @@ -2717,6 +2717,27 @@
+ + + @@ -2757,6 +2778,9 @@

Recent Posts

diff --git a/blog/categories/announcements/atom.xml b/blog/categories/announcements/atom.xml index 0cf1ee2251..3c6bf2d1ff 100644 --- a/blog/categories/announcements/atom.xml +++ b/blog/categories/announcements/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Announcements | Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/announcements/index.html b/blog/categories/announcements/index.html index 00e09c8d0c..e4181605e7 100644 --- a/blog/categories/announcements/index.html +++ b/blog/categories/announcements/index.html @@ -128,6 +128,9 @@

Recent Posts

diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index ef00894c2b..589f1156fa 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ @@ -13,6 +13,19 @@ Octopress + + <![CDATA[Home Assistant Podcast 1]]> + + 2017-06-02T06:00:00+00:00 + https://home-assistant.io/blog/2017/06/02/home-assistant-podcast-1 + + + <![CDATA[Home Assistant at PyCon US 2017]]> @@ -83,42 +96,6 @@ End of the voting period: April, 30 2017 - 23.59 UTC [forum]: https://community.home-assistant.io/c/contest-2017 [twitter]: https://twitter.com/home_assistant -]]> - - - - <![CDATA[Thomas Krenn award 2017]]> - - 2017-04-01T06:00:00+00:00 - https://home-assistant.io/blog/2017/04/01/thomas-krenn-award - - -The prize beside the very nice trophy contains hardware and we want to give that hardware partically away. We won four [Low Energy Server v2 (LES)][LES] units with an Intel Celeron N2930, 8 GB of RAM, and a mSATA of 128 GB (one unit with 64 GB). We were thinking about to keep one of those units in Europe and one in North America for testing and to use during workshops and events. But the other two will go to interested parties. - -As a raffle would be to easy, we make a contest out of it. This means that we are looking for your application. Of course, we would like to see those systems goes to active or future developers who can justify their need for one of the systems to run CI, UI tests, public accessible Home Assistant demo instances, etc. At the other hand we would like to keep it open, to see with what people are coming up. Please participate as well if you are planning to automate the public school of your kids with 1000 switches or light, need a server to run it, and want to provide regular feedback about the user experience. - -Create an entry in our [Forum][forum]. Be creative and use your imagination. - - -### The details - -- Jury: The Home Assistant community -- Dead line: April, 23 2017 - 23.59 UTC -- Voting period: April, 24th till April, 30 2017 - 23.59 UTC - -The decision of the jury will be final. If there will be a dispute then the Top-5 commiter of the Home Assistant organisation on Github will decide. Also, we reserve us the right to ban applications if we suspect cheating or unfair methods. Updates will be available in the [Forum][forum] and on [Twitter][twitter]. - -Keep in mind that you may have to pay the fee for customs handling and the import duty by yourself. The plan is to ship the hardware from Germany. If you are located in a country with import/export regulations, we may not be able to ship the hardware to you. - -[LES]: https://www.thomas-krenn.com/en/products/low-energy-systems/les-v2.html -[award]: https://www.thomas-krenn.com/de/tkmag/allgemein/zammad-home-assistant-und-freifunk-das-sind-die-gewinner-des-thomas-krenn-awards-2017/ -[forum]: https://community.home-assistant.io/c/contest-2017 -[twitter]: https://twitter.com/home_assistant - ]]> diff --git a/blog/categories/community/index.html b/blog/categories/community/index.html index 8b32427294..f1b5f58d61 100644 --- a/blog/categories/community/index.html +++ b/blog/categories/community/index.html @@ -71,6 +71,27 @@

2017

+
+
diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml index 28f6bbddb6..64c3c6f696 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]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/device-tracking/index.html b/blog/categories/device-tracking/index.html index b5735f4e6f..84726e2ba0 100644 --- a/blog/categories/device-tracking/index.html +++ b/blog/categories/device-tracking/index.html @@ -130,6 +130,9 @@

Recent Posts

diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index ab2c99d7b0..d156b7f61d 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/index.html b/blog/categories/esp8266/index.html index c46f2046fd..571ebd8d3f 100644 --- a/blog/categories/esp8266/index.html +++ b/blog/categories/esp8266/index.html @@ -178,6 +178,9 @@

Recent Posts

diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 1be0659656..f99fe99ff8 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]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/index.html b/blog/categories/how-to/index.html index 51b71b2772..bb70955405 100644 --- a/blog/categories/how-to/index.html +++ b/blog/categories/how-to/index.html @@ -605,6 +605,9 @@

Recent Posts

diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml index 81bf13e2c3..eefdc7e7a4 100644 --- a/blog/categories/ibeacons/atom.xml +++ b/blog/categories/ibeacons/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: iBeacons | Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/ibeacons/index.html b/blog/categories/ibeacons/index.html index c85ed47ed2..1092bd36db 100644 --- a/blog/categories/ibeacons/index.html +++ b/blog/categories/ibeacons/index.html @@ -153,6 +153,9 @@

Recent Posts

diff --git a/blog/categories/internet-of-things/atom.xml b/blog/categories/internet-of-things/atom.xml index 4ebab00cb0..7cb592faa4 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]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/internet-of-things/index.html b/blog/categories/internet-of-things/index.html index ac824deaad..66d540e0ab 100644 --- a/blog/categories/internet-of-things/index.html +++ b/blog/categories/internet-of-things/index.html @@ -214,6 +214,9 @@

Recent Posts

diff --git a/blog/categories/iot-data/atom.xml b/blog/categories/iot-data/atom.xml index 41586ab85a..c87c133216 100644 --- a/blog/categories/iot-data/atom.xml +++ b/blog/categories/iot-data/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: IoT-Data | Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/iot-data/index.html b/blog/categories/iot-data/index.html index 1cb86102a6..9c23b9bbe3 100644 --- a/blog/categories/iot-data/index.html +++ b/blog/categories/iot-data/index.html @@ -173,6 +173,9 @@

Recent Posts

diff --git a/blog/categories/merchandise/atom.xml b/blog/categories/merchandise/atom.xml index 75b62586c6..3273d0a8d5 100644 --- a/blog/categories/merchandise/atom.xml +++ b/blog/categories/merchandise/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Merchandise | Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/merchandise/index.html b/blog/categories/merchandise/index.html index 07eb35f2c6..9d555dafac 100644 --- a/blog/categories/merchandise/index.html +++ b/blog/categories/merchandise/index.html @@ -128,6 +128,9 @@

Recent Posts

diff --git a/blog/categories/micropython/atom.xml b/blog/categories/micropython/atom.xml index 03eab69d3a..b22ccfcd0b 100644 --- a/blog/categories/micropython/atom.xml +++ b/blog/categories/micropython/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Micropython | Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/micropython/index.html b/blog/categories/micropython/index.html index 3a07803806..db72c37459 100644 --- a/blog/categories/micropython/index.html +++ b/blog/categories/micropython/index.html @@ -177,6 +177,9 @@

Recent Posts

diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index c3dbb9e2bd..1d6199595d 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/index.html b/blog/categories/mqtt/index.html index a4c71fd9c2..cc2afa098b 100644 --- a/blog/categories/mqtt/index.html +++ b/blog/categories/mqtt/index.html @@ -199,6 +199,9 @@

Recent Posts

diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml index 18efb1d1d4..93ef745213 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/index.html b/blog/categories/organisation/index.html index 752247e608..2b559ec8c6 100644 --- a/blog/categories/organisation/index.html +++ b/blog/categories/organisation/index.html @@ -193,6 +193,9 @@

Recent Posts

diff --git a/blog/categories/owntracks/atom.xml b/blog/categories/owntracks/atom.xml index 05727fd2e3..bee05bb053 100644 --- a/blog/categories/owntracks/atom.xml +++ b/blog/categories/owntracks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: OwnTracks | Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/owntracks/index.html b/blog/categories/owntracks/index.html index b772797cd0..5916cb6ee6 100644 --- a/blog/categories/owntracks/index.html +++ b/blog/categories/owntracks/index.html @@ -153,6 +153,9 @@

Recent Posts

diff --git a/blog/categories/presence-detection/atom.xml b/blog/categories/presence-detection/atom.xml index 8230cedadd..7b024c8dc5 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]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/presence-detection/index.html b/blog/categories/presence-detection/index.html index 8dcd9d3cdf..51193cc123 100644 --- a/blog/categories/presence-detection/index.html +++ b/blog/categories/presence-detection/index.html @@ -130,6 +130,9 @@

Recent Posts

diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml index 68c8a05ee8..732ee16134 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]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/public-service-announcement/index.html b/blog/categories/public-service-announcement/index.html index efba656d49..53b85c8f6f 100644 --- a/blog/categories/public-service-announcement/index.html +++ b/blog/categories/public-service-announcement/index.html @@ -128,6 +128,9 @@

Recent Posts

diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 27d41925dd..b7cc569a0f 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]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/index.html b/blog/categories/release-notes/index.html index 23261dbadf..dd63fd4986 100644 --- a/blog/categories/release-notes/index.html +++ b/blog/categories/release-notes/index.html @@ -1391,6 +1391,9 @@

Recent Posts

diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index 1fd3e8741f..ccffb2c8c7 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/index.html b/blog/categories/survey/index.html index a3e040c468..ffd94f2045 100644 --- a/blog/categories/survey/index.html +++ b/blog/categories/survey/index.html @@ -128,6 +128,9 @@

Recent Posts

diff --git a/blog/categories/talks/atom.xml b/blog/categories/talks/atom.xml index 1b57f4303d..cbf5ac0f36 100644 --- a/blog/categories/talks/atom.xml +++ b/blog/categories/talks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Talks | Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/talks/index.html b/blog/categories/talks/index.html index 7e57b7ae68..178d01228f 100644 --- a/blog/categories/talks/index.html +++ b/blog/categories/talks/index.html @@ -129,6 +129,9 @@

Recent Posts

diff --git a/blog/categories/technology/atom.xml b/blog/categories/technology/atom.xml index 3456bc83bb..ed0de843b8 100644 --- a/blog/categories/technology/atom.xml +++ b/blog/categories/technology/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Technology | Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/technology/index.html b/blog/categories/technology/index.html index 8efaf86d4f..1cd1b1a383 100644 --- a/blog/categories/technology/index.html +++ b/blog/categories/technology/index.html @@ -213,6 +213,9 @@

Recent Posts

diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index d3fcae9ccd..ca61a31493 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]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/index.html b/blog/categories/user-stories/index.html index b1932f5394..3161910c63 100644 --- a/blog/categories/user-stories/index.html +++ b/blog/categories/user-stories/index.html @@ -150,6 +150,9 @@

Recent Posts

diff --git a/blog/categories/video/atom.xml b/blog/categories/video/atom.xml index e9fc9d2433..81a2228687 100644 --- a/blog/categories/video/atom.xml +++ b/blog/categories/video/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Video | Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/video/index.html b/blog/categories/video/index.html index a56fa4e549..85c5fa8125 100644 --- a/blog/categories/video/index.html +++ b/blog/categories/video/index.html @@ -259,6 +259,9 @@

Recent Posts

diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index fb3d22b904..e517ea7273 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2017-05-31T08:24:37+00:00 + 2017-06-02T08:34:19+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/index.html b/blog/categories/website/index.html index c8f4c8a113..b91ddfd862 100644 --- a/blog/categories/website/index.html +++ b/blog/categories/website/index.html @@ -150,6 +150,9 @@

Recent Posts

diff --git a/blog/index.html b/blog/index.html index b06007aa63..afcc804772 100644 --- a/blog/index.html +++ b/blog/index.html @@ -59,6 +59,35 @@
+
+
+

+ Home Assistant Podcast 1 +

+
+ + + Less than one minute reading time + + +
    +
  • Community
  • +
+
+ Comments +
+
+
+

The first podcast by Home Assistant Podcast contains an introduction and covers the 0.45 release of Home Assistant.

+
    +
  • Listen online: https://hasspodcast.io/ha001/
  • +
  • Download: https://hasspodcast.io/podcast-download/13/ha001.mp3
  • +
+
+
+

@@ -509,39 +538,6 @@ $ sudo systemctl start install_homeassistant.service

-

-
-
-
-
-

- Hardware Contest 2017 -

-
- - - Less than one minute reading time - - -
    -
  • Community
  • -
-
- Comments -
-
-
-

We have four submissions for our Hardware Contest 2017.

- -

The voting is now open. To keep things simple are we using the voting feature of the forum. Vote for your choices.

-

End of the voting period: April, 30 2017 - 23.59 UTC


diff --git a/blog/posts/10/index.html b/blog/posts/10/index.html index 077ef4d9f3..bd9123f5d0 100644 --- a/blog/posts/10/index.html +++ b/blog/posts/10/index.html @@ -59,6 +59,37 @@
+ +

@@ -387,55 +418,6 @@ Home Assistant will keep track of historical values and allow you to integrate i
  • Notify: telegram platform added (@fabaff)
  • Also, the media player was extended by @maddox to support the play media command. This has been implemented for the iTunes platform.

    -

    - -
    -
    -
    -

    - Home Assistant goes geo with OwnTracks -

    -
    - - - 1 minute reading time - - -
      -
    • Release-Notes
    • -
    -
    - Comments -
    -
    -
    -

    A few weeks have past and it is time again for another release: version 0.7.4. This time we’re very glad to be able to introduce brand new integration with OwnTracks to allow tracking of people on a map. The geo support consists of three different parts:

    - -

    We have added a new getting started section to get up and running.

    -

    - -Map in Home Assistant showing two people and three zones (home, school, work) -

    -

    Ofcourse more things happened in the last three weeks. I’m moving away from my usual long post to a short summary of highlights:

    -

    - -

    -

    diff --git a/blog/posts/11/index.html b/blog/posts/11/index.html index 17f5655c98..27a24e7802 100644 --- a/blog/posts/11/index.html +++ b/blog/posts/11/index.html @@ -59,6 +59,55 @@
    +
    +
    +

    + Home Assistant goes geo with OwnTracks +

    +
    + + + 1 minute reading time + + +
      +
    • Release-Notes
    • +
    +
    + Comments +
    +
    +
    +

    A few weeks have past and it is time again for another release: version 0.7.4. This time we’re very glad to be able to introduce brand new integration with OwnTracks to allow tracking of people on a map. The geo support consists of three different parts:

    + +

    We have added a new getting started section to get up and running.

    +

    + +Map in Home Assistant showing two people and three zones (home, school, work) +

    +

    Ofcourse more things happened in the last three weeks. I’m moving away from my usual long post to a short summary of highlights:

    +

    + +

    + +
    +
    +

    @@ -387,40 +436,6 @@ To update to the latest version, run scripts/update. Please report


    -
    -
    -

    - Release notes for June 10, 2015 -

    -
    - - - five minutes reading time - - -
      -
    • Release-Notes
    • -
    -
    - Comments -
    -
    -
    -

    Wow, almost a month has gone by since the last release and this release is packed. The biggest part of this release is probably one that you won’t notice: the frontend has been upgraded from Polymer 0.5 to the brand new released Polymer 1.0. Polymer has been declared stable by the Google overlords which will allow us to expand functionality that was waiting for this moment to arrive.

    -

    This release sets a record for the amount of people involved: 8! Andythigpen, Jamespcole, Azelphur, Fabaff, Dutchy-, Fbradyirl, wind-rider and ettisan, thanks a lot for your contributions!

    -

    A big improvement has been brought this release by wind-rider. He took the time to revive the Chromecast support and started improving the media player integration. This triggered other people to join in resulting in a revamped media player experience and support for the Music Player Daemon.

    -

    - Example of the new media player cards -

    -

    -To update to the latest version, run scripts/update. Please report any issues on GitHub. -

    - Read on → -
    -
    -