diff --git a/atom.xml b/atom.xml index 5a3f3f1562..a1cf30f013 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2017-05-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ @@ -13,6 +13,22 @@ Octopress + + <![CDATA[Grazer Linuxtage 2017: Python Everywhere]]> + + 2017-05-07T02:00:00+00:00 + https://home-assistant.io/blog/2017/05/07/grazer-linuxtage-2017-talk-python-everywhere + I like Python. It’s a clean easy to read, easy to learn language. Yet when you use it for some time you still find more features to improve your coding. What I probably like most about Python is the community and the great libraries that already exist. Often solving a problem means including a pre-existing library and writing some glue code. That makes it quick to get things up and running.

+ +

I just gave a talk on how you can run Python to automate your home (yes with Home-Assistant) but also with MicroPython. Micropython allows you to run Python on your DIY sensors and switches around your home. Python everywhere - even on the chips that give Home-Assistant the data to be awesome.

+ +
+ +
+ +]]>
+
+ <![CDATA[Home Assistant 0.44: ZigBee, OpenCV and DLib]]> @@ -1984,164 +2000,6 @@ Screenshot of all the different functionality the IP webcam integration offers.
  • Language: German
  • -]]> -
    - - - <![CDATA[0.38: Alert, AppleTV, MQTT discovery, and Yeelight]]> - - 2017-02-11T08:04:05+00:00 - https://home-assistant.io/blog/2017/02/11/alert-appletv-mqtt-yeelight - Another Saturday, another release!

    - -

    Core updates

    -
      -
    • -

      Thanks to @pvizeli, all the core components are now written asynchronously. All entity components are now migrated from synchronously to asynchronously code!

      -
    • -
    • -

      Now when you restart Home Assistant using the homeassistant.restart service, your configuration is checked. If it appears to be invalid the restart will fail.

      -
    • -
    - -

    Rewritten frontend

    -

    The frontend has been completely been rewritten, optimizing for speed and lost connection recovery. Even on the slowest phones it should fly now. The frontend also now uses the new WebSockets API instead of the EventStream API.

    - -

    Custom state card UI

    -

    A nice new feature is the possibility to create custom state cards in the frontend. Go ahead and write your own state card for lights, sensors, locks, etc.

    - -

    MQTT discovery

    -

    MQTT now has discovery support which is different than our discovery component. Similar to the HTTP sensor and HTTP binary sensor, MQTT discovery removes the need for configuration by allowing devices to make their presence known to Home Assistant.

    - -

    Alert component

    -

    If you left your front door open, then the new alert component can be used to remind you of this by sending you repeating notifications at a given interval.

    - -

    Yeelight

    -

    The yeelight component has been ported to use a more stable and feature-complete python-yeelight backend, and supports now both white and RGB bulbs. The component also supports transitions and can be configured to save the settings to the bulb on changes. The users currently using custom components for Yeelight are encouraged to move back to use the included version and report any problems with it to our issue tracker.

    - -

    Apple TV

    -

    Apple TV is now a supported media_player! It has support for just about every media player function, including a realtime display of playback status and artwork.

    - -

    All changes

    -

    New platforms/components

    - - - -

    Improvements

    - -
      -
    • Switch - Pilight: Validation no longer rejects alphanumeric IDs (@DavidLP)
    • -
    • Device tracker - ASUSWrt: Fixes ip neigh regex to handle the possible IPv6 “router” flag (@kylehendricks)
    • -
    • Light - MySensors: Fix mysensors RGB and W light turn on (@MartinHjelmare)
    • -
    • Light - Yeelight: new yeelight backend lib, new features (@rytilahti)
    • -
    • Climate - Eq3btsmart: Cleanup modes & available, bump version requirement (@rytilahti)
    • -
    • Sensor - SMA: Handle units correctly (@kellerza)
    • -
    • MQTT eventstream: Prevent infinite loop in cross configured MQTT event streams (@aequitas)
    • -
    • Light - Hue: Fix lightgroups not syncing state (@tboyce1)
    • -
    • Dvice tracker - Owntracks: Fix OwnTracks state names (@tboyce1)
    • -
    • Wink: Wink AC and additional sensor support (@w1ll1am23)
    • -
    • Modbus: Modbus write_register accept list (@benvm)
    • -
    • Device tracker - Ping: Add devices detected by ping as SOURCE_TYPE_ROUTER instead of GPS (@michaelarnauts)
    • -
    • Climate - Ecobee: Cleanup climate and ecobee (@Duoxilian)
    • -
    • Sensor - Miflora: Allow specification of bluetooth adapter (@Danielhiversen)
    • -
    • Sensor - Systemmonitor: Add average load to systemmonitor (@eagleamon)
    • -
    • Sensor - Openweathermap: Add wind bearing (@fabaff)
    • -
    • Notify - Facebook: Allow to use data for enhanced messages (@adrianlzt)
    • -
    • Light - Hyperion: Change CONF_DEFAULT_COLOR CV type (@Joeboyc2)
    • -
    • Mysensors: Fix validation of serial port on windows (@MartinHjelmare)
    • -
    • Notify - Webostv: Store the key file in the configuration directory (@pschmitt)
    • -
    • TTS: TTS ID3 support (@robbiet480)
    • -
    • Switch - Broadlink: Add send packet service (@Yannic-HAW)
    • -
    • Wink: Add support for position on Wink cover (@albertoarias)
    • -
    • Light - Flux: Make brightness display work for RGB devices. (@aequitas)
    • -
    • Media player - Roku: Fix attribute error for media_player/roku (@tchellomello)
    • -
    • Light - MQTT template: Fix brightness slider for MQTT template lights (@ray0711)
    • -
    • Template: Add min and max Jinja2 filters (@sbidoul)
    • -
    • Device tracker - Skyhub: Improve Sky Hub error handling (@alexmogavero)
    • -
    • Notify - SMTP: Add error checking to the MIMEImage encoding (@stratosmacker)
    • -
    • Light - MQTT: Check for command topics when determining the capabilities of an MQTT light (@herm)
    • -
    • Core: Check config before restarting (@andrey-git)
    • -
    • Light - Hue: Fix groups with same names (@tboyce1)
    • -
    • Template: Add icon_template to template sensor (@tboyce1)
    • -
    • Recorder: Refactoring, scoping, and better handling of SQLAlchemy Sessions (@kellerza)
    • -
    • Light - Flux: Add support for fluxled discovery. (@aequitas)
    • -
    • Media player - AppleTV: Add discovery support to Apple TV (@postlund)
    • -
    • Sensor - Template: Improve warning message in template rendering (@Danielhiversen)
    • -
    • Light - Demo: Add available property and typing hints (@rytilahti)
    • -
    • Sensor - ARWN: Enhancements to ARWN platform (@sdague)
    • -
    • Fan - ISY994: Change medium state for filtering (@Teagan42)
    • -
    • Climate - Ecobee: Support away_mode as permanent hold and hold_mode as temporary hold. (@Duoxilian)
    • -
    • Tellduslive: Don’t throw exception if connection to server is lost (@molobrakos)
    • -
    • Zoneminder: Refactoring and JSON decode error handling (@pschmitt)
    • -
    • Image processing: Cleanup Base face class add support for microsoft face detect (@pvizeli)
    • -
    - -

    Bugfixes: @balloob, @fabaff, @pvizeli, @mnoorenberghe, @armills, @tchellomello, @aequitas, @mathewpeterson, @molobrakos, @michaelarnauts, @jabesq, @turbokongen, @JshWright, @andriej, @jawilson, @andrey-git, @nodinosaur, @konikvranik, and you if you are missing here.

    - -

    Release 0.38.1 - February 12

    - -
      -
    • Fix logbook ordering (@balloob)
    • -
    • Fix AppleTV conflicting dependency breaking websockets (@balloob)
    • -
    - -

    Release 0.38.2 - February 12

    - - - -

    Release 0.38.3 - February 15

    - -
      -
    • Sonos: fix losing favorite sources on disconnect (@pvizeli)
    • -
    • Google Calendar: fix timeMin losing events (@happyleavesaoc)
    • -
    • Fix Wink PubNub subscription (@w1ll1am23)
    • -
    • Z-Wave: getter not to ignore label (@andrey-git)
    • -
    • Moon: remove unit of measurement (@fabaff)
    • -
    • MySensors: add version requirement to notify and device tracker (@MartinHjelmare)
    • -
    - -

    Release 0.38.4 - February 21

    - -
      -
    • Discovery: flux_led discovery led to problems on systems and has been removed (@bazwilliams)
    • -
    • Hidden devices are no longer visible on views (@balloob)
    • -
    - -

    Breaking changes

    -
      -
    • The support for LG webOS Smart TVs was improved. This requires you to move $HOME/.pylgtv to $HASS_CONFIG_DIR/webostv.conf or Home Assistant will need to be paired with the TV again.
    • -
    • Image processing events have been renamed: identify_face has become image_processing.detect_face, found_plate has become image_processing.found_plate
    • -
    • The FFmpeg binary sensor change the platform name from ffmpeg to ffmpeg_noise and ffmpeg_motion. Also all FFmpeg-related services are moved from a platform implementation to a the FFmpeg components and were rename from binary_sensor.ffmpeg_xy to ffmpeg.xy.
    • -
    • The frontend core changes have caused all custom panels to break. Docs have not been updated yet. The gist is that you have to use this.hass.entities, this.hass.callService and this.hass.callApi.
    • -
    - -

    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.

    - ]]>
    diff --git a/blog/2014/12/18/website-launched/index.html b/blog/2014/12/18/website-launched/index.html index 5cc433ff74..140bee6829 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 ec00e6f467..4c86f88662 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 172aacba78..48f98838af 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 85332143ff..1bf17b77eb 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 1be2aa8e48..22d07b69dc 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 d66fc19c1b..a25fc953f2 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 8f0aafa8b4..0f3128eb26 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 3dfa975665..5a3efa6eda 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 6e1a54d3d1..6cf324fb86 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 0903f9f8f3..41021b1353 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 3574387d42..4c78658b9f 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 0dc8246e21..5a026e9b66 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 0783d67d4c..c637121398 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 5fec6d360c..e12c48502f 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 7aec33c366..28e652818c 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 8ac062e6c6..d52a0afb47 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 d82abaef7b..013a5621c1 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 1f80c7f60e..206718b447 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 52aae96b16..30e4ca0159 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 efc75a8357..8420b1ecbf 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 615fa8431e..ff971848b6 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 6f57b2516f..c5b64b9dfb 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 4d1329c6e8..305907eedc 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 7b64ab5148..a2aeeac74f 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 13ad8c2e33..26e3c2c1ec 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 ad7c519e79..edb89dd523 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 924045a2d7..db803d1fcd 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 f73365d24d..9221f61038 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 8688214255..9caa6db59d 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 8265780781..0115b21937 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 db218243bd..a9412b442c 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 f117ad4f2b..00bd214024 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 864e910dca..3f07f98dc9 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 52bf6da6cf..b105db887d 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 b3f18055d9..2b5c453037 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 29c0f37087..9787b61e02 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 8a012a7775..7a95c96824 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 bea3d3df83..8ff5d6a702 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 d700c8c35b..8a216bf1b9 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 95609fd562..6d9d48a93e 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 208fcb252c..20d0ed5d8f 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 e0cae0f697..8a20e286ce 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 0e46d01a78..931727cdd8 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 4ba66c4d51..254e22b1c4 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 bd9f036425..bc536a0823 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 471eb14e72..c9fda65ccb 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 5eb4653274..f625ebc975 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 ad8608194d..a27f30f82d 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 3893a1ac9d..cc18feaaff 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 390e1e062a..c72d0d7aaf 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 48b89f30a2..a09631cae5 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 e099cc84a2..11ef8d89f6 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 bd4051ee8c..7fc52e68f9 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 9eea39f349..ad0e85883d 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 6c314661ca..3b09df4aeb 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 23addeebed..73aacde729 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 933cc3153e..3c106ab0d7 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 08feff6bdf..1f31801b5b 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 2acfd58b45..01ca9787d6 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 085ac9361e..3bb6cf0db4 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 0f77189f4f..3bcb093fdf 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 176d26c9d3..5f3954b924 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 7e5fbcaf70..d4c01af943 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 6d7b4b3da4..ccbf0f744e 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 19b069b91d..cf9f2ca10b 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 32f1270012..e723b6e7bb 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 44ce175c94..6339079224 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 f90345d356..e89ca11de1 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 7eb7df22da..bdbe7a32eb 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 771fef1bed..c04b58b830 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 644135e3f9..d93d5b9450 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 a517de9254..674f13ea78 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 21eb608f3a..50bdbbf09e 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 b04d497a65..53e294f819 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 97e9e6218c..a4f0bf0a49 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 32dd53812f..2d13f00319 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 fcfe548a9b..5fa28c3ca5 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 e3d8b42008..c9bc8929a0 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 7fd712827b..197afd6b5a 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 e000eef3e4..4c66fabfc6 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 dc17d8588f..526b071222 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 7e7d1df796..d8841ffa9d 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 7b6854a882..1bab758578 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 8dee1afa85..6dd9359ff7 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 9041711b0a..c1db0eed9b 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 5169a4d810..2e6280384c 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 c31368acca..bfbfbdfa2f 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 a9b7c07237..18e9b566f6 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 f18c4be2c0..9073695fbc 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 a80d833769..3b5eafed2a 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 f226f90c6b..07242f6c58 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 20e61d9b63..4d52dffca4 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 0c27961cab..2067fa718c 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 9d0b6b7ac4..a9268a7e82 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 2e4454416e..5350bca05b 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 49612fe712..d070f54329 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 d82161f773..38cfc3f9f8 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 bab90acd47..8698e832a3 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 10f91e434d..522efc7b8f 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 23c8105741..8db5a92d0c 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 119b86b15d..1ac35e300e 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 ce1fa581c6..2a6e070550 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 d6a0dc8179..6f6897222a 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 57e5becaa7..7ed2d7cdb7 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 df203ba246..95cf8b578d 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 54923cac40..eea83e0df4 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 9eef0202cc..d4745596c4 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 72d697fd7e..38a67998c0 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 34ca91f84b..1fc2c4ea07 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 f28460e286..022fc9bee1 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 621bd82f63..087a8613d0 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 a6320222ee..442f5dfc90 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 25b9ea6475..218fc00e61 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 f2208bae11..92485328c5 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 8fe5ff64d5..15d92e798f 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 1b9b201291..93c0d4bb09 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 2fa5c630c8..4d01c69153 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

      +
    • + Grazer Linuxtage 2017: Python Everywhere +
    • Home Assistant 0.44: ZigBee, OpenCV and DLib
    • 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 35a9de24a6..0fc8799942 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 ee9a503877..9bd29fd327 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 01e2f884c8..5f46ffa0a2 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 bc1b537971..bd5218b4ec 100644 --- a/blog/2017/05/06/zigbee-opencv-dlib/index.html +++ b/blog/2017/05/06/zigbee-opencv-dlib/index.html @@ -308,6 +308,9 @@

      Recent Posts

      diff --git a/blog/2017/05/07/grazer-linuxtage-2017-talk-python-everywhere/index.html b/blog/2017/05/07/grazer-linuxtage-2017-talk-python-everywhere/index.html new file mode 100644 index 0000000000..b3ec3bef12 --- /dev/null +++ b/blog/2017/05/07/grazer-linuxtage-2017-talk-python-everywhere/index.html @@ -0,0 +1,185 @@ + + + + + + + + + Grazer Linuxtage 2017: Python Everywhere - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + +
      + +
      +
      +
      +
      +
      +
      +

      Grazer Linuxtage 2017: Python Everywhere

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

      I like Python. It’s a clean easy to read, easy to learn language. Yet when you use it for some time you still find more features to improve your coding. What I probably like most about Python is the community and the great libraries that already exist. Often solving a problem means including a pre-existing library and writing some glue code. That makes it quick to get things up and running.

      +

      I just gave a talk on how you can run Python to automate your home (yes with Home-Assistant) but also with MicroPython. Micropython allows you to run Python on your DIY sensors and switches around your home. Python everywhere - even on the chips that give Home-Assistant the data to be awesome.

      +
      + +
      +
      +
      +

      Comments

      +
      +
      +
      + +
      +
      + + + + + diff --git a/blog/archives/index.html b/blog/archives/index.html index eed330d607..54f0f78e24 100644 --- a/blog/archives/index.html +++ b/blog/archives/index.html @@ -2632,6 +2632,28 @@
      + + + @@ -2672,6 +2694,9 @@

      Recent Posts

      diff --git a/blog/categories/announcements/atom.xml b/blog/categories/announcements/atom.xml index 3e37dec4c0..6a63dedfa9 100644 --- a/blog/categories/announcements/atom.xml +++ b/blog/categories/announcements/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Announcements | Home Assistant]]> - 2017-05-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/announcements/index.html b/blog/categories/announcements/index.html index 41a6e688a0..db9678d0f1 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 e67db910f0..f7bd065431 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2017-05-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ @@ -13,6 +13,23 @@ Octopress + + <![CDATA[Grazer Linuxtage 2017: Python Everywhere]]> + + 2017-05-07T02:00:00+00:00 + https://home-assistant.io/blog/2017/05/07/grazer-linuxtage-2017-talk-python-everywhere + + + + +[MicroPython]: https://micropython.org +]]> + + <![CDATA[Podcast.__init__ interview with Paulus Schoutsen]]> @@ -102,29 +119,6 @@ Keep in mind that you may have to pay the fee for customs handling and the impor [OpenSourceCraft]: http://codepop.com/open-sourcecraft [article]: http://codepop.com/open-sourcecraft/episodes/paulus-schoutsen/ -]]> - - - - <![CDATA[Workshop at CLT 2017]]> - - 2017-02-14T08:04:05+00:00 - https://home-assistant.io/blog/2017/02/14/clt-workshop - diff --git a/blog/categories/community/index.html b/blog/categories/community/index.html index 89b69646c7..5e87b36cdd 100644 --- a/blog/categories/community/index.html +++ b/blog/categories/community/index.html @@ -71,6 +71,28 @@

      2017

      +
      +
      diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml index cd32c98e1c..bc593372da 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-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/device-tracking/index.html b/blog/categories/device-tracking/index.html index d7aadfd02b..e967183d83 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 c689005b80..43609d755f 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2017-05-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/index.html b/blog/categories/esp8266/index.html index f2a2104d37..861c6d8c56 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 ecad9b252c..560e400313 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-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/index.html b/blog/categories/how-to/index.html index 513cc493a8..29dfc1b46b 100644 --- a/blog/categories/how-to/index.html +++ b/blog/categories/how-to/index.html @@ -584,6 +584,9 @@

      Recent Posts

      diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml index 7b171dd586..c0cc8183a1 100644 --- a/blog/categories/ibeacons/atom.xml +++ b/blog/categories/ibeacons/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: iBeacons | Home Assistant]]> - 2017-05-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/ibeacons/index.html b/blog/categories/ibeacons/index.html index 48e6226c24..9968429bbd 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 78e23d715f..6d8670f9e8 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-07T20:58:01+00:00 + 2017-05-07T21:39:23+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 edffbba151..e009cef450 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 f9bd44b176..2492a1a067 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-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/iot-data/index.html b/blog/categories/iot-data/index.html index 5a28887048..36ead7a0d4 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 6881219af1..f972d1e17f 100644 --- a/blog/categories/merchandise/atom.xml +++ b/blog/categories/merchandise/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Merchandise | Home Assistant]]> - 2017-05-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/merchandise/index.html b/blog/categories/merchandise/index.html index c256a1447a..c9b31010dd 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 feb5903a35..513ef61247 100644 --- a/blog/categories/micropython/atom.xml +++ b/blog/categories/micropython/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Micropython | Home Assistant]]> - 2017-05-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ @@ -13,6 +13,23 @@ Octopress + + <![CDATA[Grazer Linuxtage 2017: Python Everywhere]]> + + 2017-05-07T02:00:00+00:00 + https://home-assistant.io/blog/2017/05/07/grazer-linuxtage-2017-talk-python-everywhere + + + + +[MicroPython]: https://micropython.org +]]> + + <![CDATA[ESP8266 and MicroPython - Part 2]]> diff --git a/blog/categories/micropython/index.html b/blog/categories/micropython/index.html index a689be9674..03c807d858 100644 --- a/blog/categories/micropython/index.html +++ b/blog/categories/micropython/index.html @@ -68,6 +68,29 @@
      +

      2017

      +

      2016

      diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index 27e19e767b..274f5ba545 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2017-05-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/index.html b/blog/categories/mqtt/index.html index 50cbdfa2fb..d7f3a4764e 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 6380f19fbd..46b3485622 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2017-05-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/index.html b/blog/categories/organisation/index.html index 352871a049..a1477f6455 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 596692e37c..61ddf81a8c 100644 --- a/blog/categories/owntracks/atom.xml +++ b/blog/categories/owntracks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: OwnTracks | Home Assistant]]> - 2017-05-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/owntracks/index.html b/blog/categories/owntracks/index.html index 9907e09535..ed8479a8b0 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 e77e082895..95c99155f6 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-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/presence-detection/index.html b/blog/categories/presence-detection/index.html index 2904233618..f80a368261 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 45334d3ece..c2b327c09d 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-07T20:58:01+00:00 + 2017-05-07T21:39:23+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 1191046207..fe282a7464 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 e4ed9eb212..f2ad6fe61d 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-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/index.html b/blog/categories/release-notes/index.html index 12561e9ef9..80ee1bee80 100644 --- a/blog/categories/release-notes/index.html +++ b/blog/categories/release-notes/index.html @@ -1370,6 +1370,9 @@

      Recent Posts

      diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index 1e0b8d8013..0264b61198 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2017-05-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/index.html b/blog/categories/survey/index.html index a43b778fe2..1cebe2640d 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 dcb620c793..7bf67a7def 100644 --- a/blog/categories/talks/atom.xml +++ b/blog/categories/talks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Talks | Home Assistant]]> - 2017-05-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/talks/index.html b/blog/categories/talks/index.html index ddace5abf5..ae501b7fb3 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 74687057df..c0f35ccd7c 100644 --- a/blog/categories/technology/atom.xml +++ b/blog/categories/technology/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Technology | Home Assistant]]> - 2017-05-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/technology/index.html b/blog/categories/technology/index.html index a21f077fe4..7be357f1e2 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 4293ebb866..2638aa1682 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-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/index.html b/blog/categories/user-stories/index.html index d426e08fb5..9824913c6c 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 de0889c7f3..dcea01f221 100644 --- a/blog/categories/video/atom.xml +++ b/blog/categories/video/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Video | Home Assistant]]> - 2017-05-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/video/index.html b/blog/categories/video/index.html index a4caf37878..053117cf7b 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 9dfc27dca2..192dfa7651 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2017-05-07T20:58:01+00:00 + 2017-05-07T21:39:23+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/index.html b/blog/categories/website/index.html index 30145c0c9a..9df6fdd5e9 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 44a3e21afe..f773617d9d 100644 --- a/blog/index.html +++ b/blog/index.html @@ -59,6 +59,36 @@
      +
      +
      +

      + Grazer Linuxtage 2017: Python Everywhere +

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

      I like Python. It’s a clean easy to read, easy to learn language. Yet when you use it for some time you still find more features to improve your coding. What I probably like most about Python is the community and the great libraries that already exist. Often solving a problem means including a pre-existing library and writing some glue code. That makes it quick to get things up and running.

      +

      I just gave a talk on how you can run Python to automate your home (yes with Home-Assistant) but also with MicroPython. Micropython allows you to run Python on your DIY sensors and switches around your home. Python everywhere - even on the chips that give Home-Assistant the data to be awesome.

      +
      + +
      +
      +
      +

      @@ -490,44 +520,6 @@ After automatic discovery, Home Assistant will ask the user to finish pairing wi


      -
      -
      -

      - Home Assistant 0.42: Eddystone Beacons, Lockitron locks and Total Connect alarm systems -

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

      -

      It’s time for Home Assistant 0.42. This release has been focused on refining the system and fixing a lot of bugs. We have also upgraded to the latest version of our HTTP library which should give us a significant boost serving files and API.

      -

      On our social media front, we have crossed the 1000 likes on our Facebook page! Also on the social media front, the YouTube channel diyAutomate has been putting out a lot of great getting started videos about Home Assistant, go check them out!

      -

      Also want to take a moment to thank Austin Andrews aka Templarian for his Material Design Icons. He is part of what makes Home Assistant so beautiful 🤗.

      -

      New integrations

      - - Read on → -
      -
      -
      diff --git a/blog/posts/10/index.html b/blog/posts/10/index.html index 7197541f52..77454836d8 100644 --- a/blog/posts/10/index.html +++ b/blog/posts/10/index.html @@ -59,6 +59,38 @@
      +
      +
      +

      + Community Highlights +

      +
      + + + Less than one minute reading time + + +
        +
      • Community
      • +
      • Video
      • +
      +
      + 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!

      +
      +
      +

      @@ -410,35 +442,6 @@ Inspried by a -
      -

      - Using MQTT with Home Assistant -

      -
      - - - eight minutes reading time - - -
        -
      • How-To
      • -
      • MQTT
      • -
      -
      - 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 → -
      -

      -
    - - -
    -
    -
    -

    - 0.38: Alert, AppleTV, MQTT discovery, and Yeelight -

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

    Another Saturday, another release!

    -

    Core updates

    -
      -
    • -

      Thanks to @pvizeli, all the core components are now written asynchronously. All entity components are now migrated from synchronously to asynchronously code!

      -
    • -
    • -

      Now when you restart Home Assistant using the homeassistant.restart service, your configuration is checked. If it appears to be invalid the restart will fail.

      -
    • -
    -

    Rewritten frontend

    -

    The frontend has been completely been rewritten, optimizing for speed and lost connection recovery. Even on the slowest phones it should fly now. The frontend also now uses the new WebSockets API instead of the EventStream API.

    -

    Custom state card UI

    -

    A nice new feature is the possibility to create custom state cards in the frontend. Go ahead and write your own state card for lights, sensors, locks, etc.

    -

    MQTT discovery

    -

    MQTT now has discovery support which is different than our discovery component. Similar to the HTTP sensor and HTTP binary sensor, MQTT discovery removes the need for configuration by allowing devices to make their presence known to Home Assistant.

    -

    Alert component

    -

    If you left your front door open, then the new alert component can be used to remind you of this by sending you repeating notifications at a given interval.

    -

    Yeelight

    -

    The yeelight component has been ported to use a more stable and feature-complete python-yeelight backend, and supports now both white and RGB bulbs. The component also supports transitions and can be configured to save the settings to the bulb on changes. The users currently using custom components for Yeelight are encouraged to move back to use the included version and report any problems with it to our issue tracker.

    -

    Apple TV

    -

    Apple TV is now a supported media_player! It has support for just about every media player function, including a realtime display of playback status and artwork.

    -

    All changes

    -

    New platforms/components

    - -

    Improvements

    -
      -
    • Switch - Pilight: Validation no longer rejects alphanumeric IDs (@DavidLP)
    • -
    • Device tracker - ASUSWrt: Fixes ip neigh regex to handle the possible IPv6 “router” flag (@kylehendricks)
    • -
    • Light - MySensors: Fix mysensors RGB and W light turn on (@MartinHjelmare)
    • -
    • Light - Yeelight: new yeelight backend lib, new features (@rytilahti)
    • -
    • Climate - Eq3btsmart: Cleanup modes & available, bump version requirement (@rytilahti)
    • -
    • Sensor - SMA: Handle units correctly (@kellerza)
    • -
    • MQTT eventstream: Prevent infinite loop in cross configured MQTT event streams (@aequitas)
    • -
    • Light - Hue: Fix lightgroups not syncing state (@tboyce1)
    • -
    • Dvice tracker - Owntracks: Fix OwnTracks state names (@tboyce1)
    • -
    • Wink: Wink AC and additional sensor support (@w1ll1am23)
    • -
    • Modbus: Modbus write_register accept list (@benvm)
    • -
    • Device tracker - Ping: Add devices detected by ping as SOURCE_TYPE_ROUTER instead of GPS (@michaelarnauts)
    • -
    • Climate - Ecobee: Cleanup climate and ecobee (@Duoxilian)
    • -
    • Sensor - Miflora: Allow specification of bluetooth adapter (@Danielhiversen)
    • -
    • Sensor - Systemmonitor: Add average load to systemmonitor (@eagleamon)
    • -
    • Sensor - Openweathermap: Add wind bearing (@fabaff)
    • -
    • Notify - Facebook: Allow to use data for enhanced messages (@adrianlzt)
    • -
    • Light - Hyperion: Change CONF_DEFAULT_COLOR CV type (@Joeboyc2)
    • -
    • Mysensors: Fix validation of serial port on windows (@MartinHjelmare)
    • -
    • Notify - Webostv: Store the key file in the configuration directory (@pschmitt)
    • -
    • TTS: TTS ID3 support (@robbiet480)
    • -
    • Switch - Broadlink: Add send packet service (@Yannic-HAW)
    • -
    • Wink: Add support for position on Wink cover (@albertoarias)
    • -
    • Light - Flux: Make brightness display work for RGB devices. (@aequitas)
    • -
    • Media player - Roku: Fix attribute error for media_player/roku (@tchellomello)
    • -
    • Light - MQTT template: Fix brightness slider for MQTT template lights (@ray0711)
    • -
    • Template: Add min and max Jinja2 filters (@sbidoul)
    • -
    • Device tracker - Skyhub: Improve Sky Hub error handling (@alexmogavero)
    • -
    • Notify - SMTP: Add error checking to the MIMEImage encoding (@stratosmacker)
    • -
    • Light - MQTT: Check for command topics when determining the capabilities of an MQTT light (@herm)
    • -
    • Core: Check config before restarting (@andrey-git)
    • -
    • Light - Hue: Fix groups with same names (@tboyce1)
    • -
    • Template: Add icon_template to template sensor (@tboyce1)
    • -
    • Recorder: Refactoring, scoping, and better handling of SQLAlchemy Sessions (@kellerza)
    • -
    • Light - Flux: Add support for fluxled discovery. (@aequitas)
    • -
    • Media player - AppleTV: Add discovery support to Apple TV (@postlund)
    • -
    • Sensor - Template: Improve warning message in template rendering (@Danielhiversen)
    • -
    • Light - Demo: Add available property and typing hints (@rytilahti)
    • -
    • Sensor - ARWN: Enhancements to ARWN platform (@sdague)
    • -
    • Fan - ISY994: Change medium state for filtering (@Teagan42)
    • -
    • Climate - Ecobee: Support away_mode as permanent hold and hold_mode as temporary hold. (@Duoxilian)
    • -
    • Tellduslive: Don’t throw exception if connection to server is lost (@molobrakos)
    • -
    • Zoneminder: Refactoring and JSON decode error handling (@pschmitt)
    • -
    • Image processing: Cleanup Base face class add support for microsoft face detect (@pvizeli)
    • -
    -

    Bugfixes: @balloob, @fabaff, @pvizeli, @mnoorenberghe, @armills, @tchellomello, @aequitas, @mathewpeterson, @molobrakos, @michaelarnauts, @jabesq, @turbokongen, @JshWright, @andriej, @jawilson, @andrey-git, @nodinosaur, @konikvranik, and you if you are missing here.

    -

    Release 0.38.1 - February 12

    -
      -
    • Fix logbook ordering (@balloob)
    • -
    • Fix AppleTV conflicting dependency breaking websockets (@balloob)
    • -
    -

    Release 0.38.2 - February 12

    - -

    Release 0.38.3 - February 15

    -
      -
    • Sonos: fix losing favorite sources on disconnect (@pvizeli)
    • -
    • Google Calendar: fix timeMin losing events (@happyleavesaoc)
    • -
    • Fix Wink PubNub subscription (@w1ll1am23)
    • -
    • Z-Wave: getter not to ignore label (@andrey-git)
    • -
    • Moon: remove unit of measurement (@fabaff)
    • -
    • MySensors: add version requirement to notify and device tracker (@MartinHjelmare)
    • -
    -

    Release 0.38.4 - February 21

    -
      -
    • Discovery: flux_led discovery led to problems on systems and has been removed (@bazwilliams)
    • -
    • Hidden devices are no longer visible on views (@balloob)
    • -
    -

    Breaking changes

    -
      -
    • The support for LG webOS Smart TVs was improved. This requires you to move $HOME/.pylgtv to $HASS_CONFIG_DIR/webostv.conf or Home Assistant will need to be paired with the TV again.
    • -
    • Image processing events have been renamed: identify_face has become image_processing.detect_face, found_plate has become image_processing.found_plate
    • -
    • The FFmpeg binary sensor change the platform name from ffmpeg to ffmpeg_noise and ffmpeg_motion. Also all FFmpeg-related services are moved from a platform implementation to a the FFmpeg components and were rename from binary_sensor.ffmpeg_xy to ffmpeg.xy.
    • -
    • The frontend core changes have caused all custom panels to break. Docs have not been updated yet. The gist is that you have to use this.hass.entities, this.hass.callService and this.hass.callApi.
    • -
    -

    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.


    diff --git a/blog/posts/3/index.html b/blog/posts/3/index.html index 1832df39b3..d8ba45fdcd 100644 --- a/blog/posts/3/index.html +++ b/blog/posts/3/index.html @@ -59,6 +59,156 @@
    +
    +
    +

    + 0.38: Alert, AppleTV, MQTT discovery, and Yeelight +

    +
    + + + seven minutes reading time + + +
      +
    • Release-Notes
    • +
    +
    + Comments +
    +
    +
    +

    Another Saturday, another release!

    +

    Core updates

    +
      +
    • +

      Thanks to @pvizeli, all the core components are now written asynchronously. All entity components are now migrated from synchronously to asynchronously code!

      +
    • +
    • +

      Now when you restart Home Assistant using the homeassistant.restart service, your configuration is checked. If it appears to be invalid the restart will fail.

      +
    • +
    +

    Rewritten frontend

    +

    The frontend has been completely been rewritten, optimizing for speed and lost connection recovery. Even on the slowest phones it should fly now. The frontend also now uses the new WebSockets API instead of the EventStream API.

    +

    Custom state card UI

    +

    A nice new feature is the possibility to create custom state cards in the frontend. Go ahead and write your own state card for lights, sensors, locks, etc.

    +

    MQTT discovery

    +

    MQTT now has discovery support which is different than our discovery component. Similar to the HTTP sensor and HTTP binary sensor, MQTT discovery removes the need for configuration by allowing devices to make their presence known to Home Assistant.

    +

    Alert component

    +

    If you left your front door open, then the new alert component can be used to remind you of this by sending you repeating notifications at a given interval.

    +

    Yeelight

    +

    The yeelight component has been ported to use a more stable and feature-complete python-yeelight backend, and supports now both white and RGB bulbs. The component also supports transitions and can be configured to save the settings to the bulb on changes. The users currently using custom components for Yeelight are encouraged to move back to use the included version and report any problems with it to our issue tracker.

    +

    Apple TV

    +

    Apple TV is now a supported media_player! It has support for just about every media player function, including a realtime display of playback status and artwork.

    +

    All changes

    +

    New platforms/components

    + +

    Improvements

    +
      +
    • Switch - Pilight: Validation no longer rejects alphanumeric IDs (@DavidLP)
    • +
    • Device tracker - ASUSWrt: Fixes ip neigh regex to handle the possible IPv6 “router” flag (@kylehendricks)
    • +
    • Light - MySensors: Fix mysensors RGB and W light turn on (@MartinHjelmare)
    • +
    • Light - Yeelight: new yeelight backend lib, new features (@rytilahti)
    • +
    • Climate - Eq3btsmart: Cleanup modes & available, bump version requirement (@rytilahti)
    • +
    • Sensor - SMA: Handle units correctly (@kellerza)
    • +
    • MQTT eventstream: Prevent infinite loop in cross configured MQTT event streams (@aequitas)
    • +
    • Light - Hue: Fix lightgroups not syncing state (@tboyce1)
    • +
    • Dvice tracker - Owntracks: Fix OwnTracks state names (@tboyce1)
    • +
    • Wink: Wink AC and additional sensor support (@w1ll1am23)
    • +
    • Modbus: Modbus write_register accept list (@benvm)
    • +
    • Device tracker - Ping: Add devices detected by ping as SOURCE_TYPE_ROUTER instead of GPS (@michaelarnauts)
    • +
    • Climate - Ecobee: Cleanup climate and ecobee (@Duoxilian)
    • +
    • Sensor - Miflora: Allow specification of bluetooth adapter (@Danielhiversen)
    • +
    • Sensor - Systemmonitor: Add average load to systemmonitor (@eagleamon)
    • +
    • Sensor - Openweathermap: Add wind bearing (@fabaff)
    • +
    • Notify - Facebook: Allow to use data for enhanced messages (@adrianlzt)
    • +
    • Light - Hyperion: Change CONF_DEFAULT_COLOR CV type (@Joeboyc2)
    • +
    • Mysensors: Fix validation of serial port on windows (@MartinHjelmare)
    • +
    • Notify - Webostv: Store the key file in the configuration directory (@pschmitt)
    • +
    • TTS: TTS ID3 support (@robbiet480)
    • +
    • Switch - Broadlink: Add send packet service (@Yannic-HAW)
    • +
    • Wink: Add support for position on Wink cover (@albertoarias)
    • +
    • Light - Flux: Make brightness display work for RGB devices. (@aequitas)
    • +
    • Media player - Roku: Fix attribute error for media_player/roku (@tchellomello)
    • +
    • Light - MQTT template: Fix brightness slider for MQTT template lights (@ray0711)
    • +
    • Template: Add min and max Jinja2 filters (@sbidoul)
    • +
    • Device tracker - Skyhub: Improve Sky Hub error handling (@alexmogavero)
    • +
    • Notify - SMTP: Add error checking to the MIMEImage encoding (@stratosmacker)
    • +
    • Light - MQTT: Check for command topics when determining the capabilities of an MQTT light (@herm)
    • +
    • Core: Check config before restarting (@andrey-git)
    • +
    • Light - Hue: Fix groups with same names (@tboyce1)
    • +
    • Template: Add icon_template to template sensor (@tboyce1)
    • +
    • Recorder: Refactoring, scoping, and better handling of SQLAlchemy Sessions (@kellerza)
    • +
    • Light - Flux: Add support for fluxled discovery. (@aequitas)
    • +
    • Media player - AppleTV: Add discovery support to Apple TV (@postlund)
    • +
    • Sensor - Template: Improve warning message in template rendering (@Danielhiversen)
    • +
    • Light - Demo: Add available property and typing hints (@rytilahti)
    • +
    • Sensor - ARWN: Enhancements to ARWN platform (@sdague)
    • +
    • Fan - ISY994: Change medium state for filtering (@Teagan42)
    • +
    • Climate - Ecobee: Support away_mode as permanent hold and hold_mode as temporary hold. (@Duoxilian)
    • +
    • Tellduslive: Don’t throw exception if connection to server is lost (@molobrakos)
    • +
    • Zoneminder: Refactoring and JSON decode error handling (@pschmitt)
    • +
    • Image processing: Cleanup Base face class add support for microsoft face detect (@pvizeli)
    • +
    +

    Bugfixes: @balloob, @fabaff, @pvizeli, @mnoorenberghe, @armills, @tchellomello, @aequitas, @mathewpeterson, @molobrakos, @michaelarnauts, @jabesq, @turbokongen, @JshWright, @andriej, @jawilson, @andrey-git, @nodinosaur, @konikvranik, and you if you are missing here.

    +

    Release 0.38.1 - February 12

    +
      +
    • Fix logbook ordering (@balloob)
    • +
    • Fix AppleTV conflicting dependency breaking websockets (@balloob)
    • +
    +

    Release 0.38.2 - February 12

    + +

    Release 0.38.3 - February 15

    +
      +
    • Sonos: fix losing favorite sources on disconnect (@pvizeli)
    • +
    • Google Calendar: fix timeMin losing events (@happyleavesaoc)
    • +
    • Fix Wink PubNub subscription (@w1ll1am23)
    • +
    • Z-Wave: getter not to ignore label (@andrey-git)
    • +
    • Moon: remove unit of measurement (@fabaff)
    • +
    • MySensors: add version requirement to notify and device tracker (@MartinHjelmare)
    • +
    +

    Release 0.38.4 - February 21

    +
      +
    • Discovery: flux_led discovery led to problems on systems and has been removed (@bazwilliams)
    • +
    • Hidden devices are no longer visible on views (@balloob)
    • +
    +

    Breaking changes

    +
      +
    • The support for LG webOS Smart TVs was improved. This requires you to move $HOME/.pylgtv to $HASS_CONFIG_DIR/webostv.conf or Home Assistant will need to be paired with the TV again.
    • +
    • Image processing events have been renamed: identify_face has become image_processing.detect_face, found_plate has become image_processing.found_plate
    • +
    • The FFmpeg binary sensor change the platform name from ffmpeg to ffmpeg_noise and ffmpeg_motion. Also all FFmpeg-related services are moved from a platform implementation to a the FFmpeg components and were rename from binary_sensor.ffmpeg_xy to ffmpeg.xy.
    • +
    • The frontend core changes have caused all custom panels to break. Docs have not been updated yet. The gist is that you have to use this.hass.entities, this.hass.callService and this.hass.callApi.
    • +
    +

    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.

    +
    +
    +

    @@ -643,148 +793,6 @@ You have to note:

    If you need help…

    …don’t hesitate to use our Forum 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.

    -
    - -
    -
    -
    -

    - 0.34: New Remote component, Websockets, Sonarr, GPSLogger -

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

    Here we go… 0.34. Let’s call it the “Santa Claus” release. Rudolph was faster than expected and there’s lot’s of goodies on the sleigh. Of course, more work on async programming done by @pvizeli and @balloob, new components, new platforms, major improvements, and much more.

    -

    GPSLogger

    -

    The work of @dainok let’s you use your Android device, with the Geolocation feature enabled, to track itself using GPS or WiFi networks with the GPSLogger app. GPSLogger can use multiple sources: the passive one just get the latest Android known location, without activating GPS sensors or scanning for WiFi networks.

    -

    Remote component

    -

    The brand new remote component made by @iandday will simplify the integration of all kinds of remote control units. The first platform for Harmony is included in this release.

    -

    HomeMatic

    -

    The HomeMatic component has received some updates worth mentioning:

    -
      -
    • Additional services -
        -
      • reconnect: Reconnect to your CCU/Homegear without restarting Home Assistant.
      • -
      • set_dev_value: Manually control a device, even if it’s not supported by Home Assistant yet.
      • -
      -
    • -
    • Support for multiple HomeMatic hosts
    • -
    • Support for HomeMatic Wired (most devices) and HomeMatic IP (a few devices)
    • -
    • Various improvements and fixes, especially for HM-Sec-Key (KeyMatic)
    • -
    -

    The support for multiple hosts is a result of allowing mixed configurations with wireless, wired, and IP devices. This has the drawback of making the update a breaking change (along with the renamed set_value service). However, the benefits and possibilities gained will be worth it.

    -

    Websocket API

    -

    This release includes a new websockets based API by @balloob to power the next generation of Home Assistant frontends. The current frontend has been partly migrated to use it and will be further migrated in the future.

    -

    All changes

    - -

    Release 0.34.1 - December 4

    -

    This release has a bunch of bug fixes including a big one: emulated_hue will now work with Google Home! We usually reserve patch releases for small bug fixes but we considered this more impactful bug fix so important that we’re including it now instead of having people wait two weeks.

    -

    To make the fix backwards compatible (it is a patch release after all) you will have to add two new configuration option to emulated_hue to have it work with Google Home:

    -
    emulated_hue:
    -  type: google_home
    -  # This is important. Sadly, Google Home will not work with other ports.
    -  listen_port: 80
    -
    -
    -

    We are working on a better solution for 0.35.

    - -

    Release 0.34.2 - December 5

    -
      -
    • Fix Nest interpreting Celsius as Fahrenheit and converting it (@balloob)
    • -
    • Fix Nest sensor platforms throwing errors (@technicalpickles)
    • -
    • Frontend will now always show persistent_notification and configurator entities even if not part of the active view (@balloob)
    • -
    • Fixed media player cards taking up unnecessary space (@balloob)
    • -
    -

    Release 0.34.3 - December 6

    -
      -
    • Fix Hook connections (@dasos)
    • -
    • Fix random websocket connections (@balloob)
    • -
    • Fix Google Home sometimes not finding our emulated_hue (@jawilson)
    • -
    • Fix EnOcean config validation (@rubund)
    • -
    -

    Release 0.34.4 - December 7

    -
      -
    • Fix InfluxDB without authentication (@balloob)
    • -
    • Fix Kodi without authentication (@balloob)
    • -
    • Fix incorrect caching of /api/error_log (@armills)
    • -
    • Fix incorrect ordering of service calls which could cause delays inbetween turning on multiple entities (@balloob)
    • -
    • Fix Nest Climate temperature issues (@technicalpickles)
    • -
    -

    Release 0.34.5 - December 12

    -
      -
    • Fix Nest sensors doing I/O inside event loop (@balloob)
    • -
    • Fix Nest version bump not triggering re-install (@R1chardTM)
    • -
    • Fix Nest cameras without activity zones (@technicalpickles)
    • -
    • Fix Plex doing I/O inside event loop (@balloob)
    • -
    -

    Breaking changes

    -
      -
    • The HomeMatic component now uses a different syntax for hosts and the set_value service has been renamed.
    • -
    • All RFXtrx sensors will get a new entity ID.
    • -
    • The frontend now uses websockets. If you run a server in front of Home Assistant, you will have to update your config (example nginx)
    • -
    • Nest contains changes which will require your attention.
    • -
    -

    If you need help…

    -

    …don’t hesitate to use our Forum or join us for a little chat. The release notes have comments enabled but it’s preferred if you use these 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.

    diff --git a/blog/posts/4/index.html b/blog/posts/4/index.html index 5577fd2a5c..c8f2a1c402 100644 --- a/blog/posts/4/index.html +++ b/blog/posts/4/index.html @@ -59,6 +59,148 @@
    +
    +
    +

    + 0.34: New Remote component, Websockets, Sonarr, GPSLogger +

    +
    + + + six minutes reading time + + +
      +
    • Release-Notes
    • +
    +
    + Comments +
    +
    +
    +

    Here we go… 0.34. Let’s call it the “Santa Claus” release. Rudolph was faster than expected and there’s lot’s of goodies on the sleigh. Of course, more work on async programming done by @pvizeli and @balloob, new components, new platforms, major improvements, and much more.

    +

    GPSLogger

    +

    The work of @dainok let’s you use your Android device, with the Geolocation feature enabled, to track itself using GPS or WiFi networks with the GPSLogger app. GPSLogger can use multiple sources: the passive one just get the latest Android known location, without activating GPS sensors or scanning for WiFi networks.

    +

    Remote component

    +

    The brand new remote component made by @iandday will simplify the integration of all kinds of remote control units. The first platform for Harmony is included in this release.

    +

    HomeMatic

    +

    The HomeMatic component has received some updates worth mentioning:

    +
      +
    • Additional services +
        +
      • reconnect: Reconnect to your CCU/Homegear without restarting Home Assistant.
      • +
      • set_dev_value: Manually control a device, even if it’s not supported by Home Assistant yet.
      • +
      +
    • +
    • Support for multiple HomeMatic hosts
    • +
    • Support for HomeMatic Wired (most devices) and HomeMatic IP (a few devices)
    • +
    • Various improvements and fixes, especially for HM-Sec-Key (KeyMatic)
    • +
    +

    The support for multiple hosts is a result of allowing mixed configurations with wireless, wired, and IP devices. This has the drawback of making the update a breaking change (along with the renamed set_value service). However, the benefits and possibilities gained will be worth it.

    +

    Websocket API

    +

    This release includes a new websockets based API by @balloob to power the next generation of Home Assistant frontends. The current frontend has been partly migrated to use it and will be further migrated in the future.

    +

    All changes

    + +

    Release 0.34.1 - December 4

    +

    This release has a bunch of bug fixes including a big one: emulated_hue will now work with Google Home! We usually reserve patch releases for small bug fixes but we considered this more impactful bug fix so important that we’re including it now instead of having people wait two weeks.

    +

    To make the fix backwards compatible (it is a patch release after all) you will have to add two new configuration option to emulated_hue to have it work with Google Home:

    +
    emulated_hue:
    +  type: google_home
    +  # This is important. Sadly, Google Home will not work with other ports.
    +  listen_port: 80
    +
    +
    +

    We are working on a better solution for 0.35.

    + +

    Release 0.34.2 - December 5

    +
      +
    • Fix Nest interpreting Celsius as Fahrenheit and converting it (@balloob)
    • +
    • Fix Nest sensor platforms throwing errors (@technicalpickles)
    • +
    • Frontend will now always show persistent_notification and configurator entities even if not part of the active view (@balloob)
    • +
    • Fixed media player cards taking up unnecessary space (@balloob)
    • +
    +

    Release 0.34.3 - December 6

    +
      +
    • Fix Hook connections (@dasos)
    • +
    • Fix random websocket connections (@balloob)
    • +
    • Fix Google Home sometimes not finding our emulated_hue (@jawilson)
    • +
    • Fix EnOcean config validation (@rubund)
    • +
    +

    Release 0.34.4 - December 7

    +
      +
    • Fix InfluxDB without authentication (@balloob)
    • +
    • Fix Kodi without authentication (@balloob)
    • +
    • Fix incorrect caching of /api/error_log (@armills)
    • +
    • Fix incorrect ordering of service calls which could cause delays inbetween turning on multiple entities (@balloob)
    • +
    • Fix Nest Climate temperature issues (@technicalpickles)
    • +
    +

    Release 0.34.5 - December 12

    +
      +
    • Fix Nest sensors doing I/O inside event loop (@balloob)
    • +
    • Fix Nest version bump not triggering re-install (@R1chardTM)
    • +
    • Fix Nest cameras without activity zones (@technicalpickles)
    • +
    • Fix Plex doing I/O inside event loop (@balloob)
    • +
    +

    Breaking changes

    +
      +
    • The HomeMatic component now uses a different syntax for hosts and the set_value service has been renamed.
    • +
    • All RFXtrx sensors will get a new entity ID.
    • +
    • The frontend now uses websockets. If you run a server in front of Home Assistant, you will have to update your config (example nginx)
    • +
    • Nest contains changes which will require your attention.
    • +
    +

    If you need help…

    +

    …don’t hesitate to use our Forum or join us for a little chat. The release notes have comments enabled but it’s preferred if you use these 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.

    +
    +
    +

    @@ -1004,36 +1146,6 @@


    -
    -
    -

    - ESP8266 and MicroPython - Part 2 -

    -
    - - - four minutes reading time - - -
      -
    • ESP8266
    • -
    • How-To
    • -
    • MQTT
    • -
    • Micropython
    • -
    -
    - Comments -
    -
    -
    -

    -So, part 1 of ESP8266 and MicroPython was pretty lame, right? Instead of getting information out of Home Assistant we are going a step forward and create our own sensor which is sending details about its state to a Home Assistant instance.

    - Read on → -
    -
    -