From bbbd6458c71d3b27c9916295ec324bb829f0aefb Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 11 Oct 2015 11:40:07 -0700 Subject: [PATCH] Release 0.7.5 --- _deploy | 2 +- ...19-alarm-sonos-and-itunes-support.markdown | 2 +- ...assistant-goes-geo-with-owntracks.markdown | 2 +- ...fxtrx-blinkstick-and-snmp-support.markdown | 50 ++++++------------- 4 files changed, 18 insertions(+), 38 deletions(-) diff --git a/_deploy b/_deploy index 3e76cedc44d..0cadd801b97 160000 --- a/_deploy +++ b/_deploy @@ -1 +1 @@ -Subproject commit 3e76cedc44d170701f57f32acc6f53c46bd0a6bd +Subproject commit 0cadd801b97d43356af5cf1bc02a6e041ccbebb0 diff --git a/source/_posts/2015-09-19-alarm-sonos-and-itunes-support.markdown b/source/_posts/2015-09-19-alarm-sonos-and-itunes-support.markdown index 19f4331dee2..462dc8f0812 100644 --- a/source/_posts/2015-09-19-alarm-sonos-and-itunes-support.markdown +++ b/source/_posts/2015-09-19-alarm-sonos-and-itunes-support.markdown @@ -2,7 +2,7 @@ layout: post title: "Alarms, Sonos and iTunes now supported" description: "Home Assistant 0.7.3 has been released with support for Sonos, iTunes and improved ." -date: 2015-09-19 21:47:00 +0700 +date: 2015-09-19 21:47:00 -0700 date_formatted: "September 19, 2015" author: Paulus Schoutsen comments: true diff --git a/source/_posts/2015-10-05-home-assistant-goes-geo-with-owntracks.markdown b/source/_posts/2015-10-05-home-assistant-goes-geo-with-owntracks.markdown index d8a1e014926..ba6f57cd781 100644 --- a/source/_posts/2015-10-05-home-assistant-goes-geo-with-owntracks.markdown +++ b/source/_posts/2015-10-05-home-assistant-goes-geo-with-owntracks.markdown @@ -2,7 +2,7 @@ layout: post title: "Home Assistant goes geo with OwnTracks" description: "Home Assistant 0.7.4 has been released with support for OwnTracks and geofencing." -date: 2015-10-05 21:49:00 +0700 +date: 2015-10-05 21:49:00 -0700 date_formatted: "October 5, 2015" author: Paulus Schoutsen comments: true diff --git a/source/_posts/2015-10-11-rfxtrx-blinkstick-and-snmp-support.markdown b/source/_posts/2015-10-11-rfxtrx-blinkstick-and-snmp-support.markdown index a28dbc0ac59..9e0365b0697 100644 --- a/source/_posts/2015-10-11-rfxtrx-blinkstick-and-snmp-support.markdown +++ b/source/_posts/2015-10-11-rfxtrx-blinkstick-and-snmp-support.markdown @@ -1,50 +1,30 @@ --- layout: post -title: "RFXtrx, Blinkstick, SNMP and Telegram now supported" -description: "Home Assistant 0.7.5 has been released with support for RFXtrx, Blinkstick, SNMP and improved." -date: 2015-10-11 10:10:00 +0700 +title: "0.7.5: Blinkstick, SNMP, Telegram" +description: "Home Assistant 0.7.5 has been released with support for RFXtrx, Blinkstick, SNMP and Telegram." +date: 2015-10-11 10:10:00 -0700 date_formatted: "October 11, 2015" author: Paulus Schoutsen comments: true categories: release-notes --- -We discovered two major issues that I want to address with a release: +We discovered two issues annoying enough to warrent the release of 0.7.5: - Home Assistant package did not include the CloudMQTT certificate. -- Throttle worked on a class base instead of an instance base, preventing the same platform be used twice. +- A bug in the core caused issues when some platforms are loaded twice. -Beside the bugfixes for the major issues there are new featured in release 0.7.5: RFXtrx lights and switches, Blinklight, SNMP device tracker, and Telegram notifier. +This release also includes some new platforms (because they keep coming!): -See [GitHub](https://github.com/balloob/home-assistant/releases/tag/0.7.5) for more detailed release notes. - - -__Blickstick__
-Blinkstick support has been added by [@alanbowman](https://github.com/alanbowman). Home Assistant is now able to control your Blinkstick devices. + + -```yaml -# Example configuration.yaml entry -light: - platform: blinksticklight - serial: BS000795-1.1 - name: Living Room -``` - - - -__RFXtrx__
- -[@badele](https://github.com/badele) has contributed support for controlling RFXtrx lights and switches. - -__SNMP__
- -[@tomduijf](https://github.com/tomduijf) has contributed support to do prescence detection using SNMP. - -__Telegram__
- -The [Telegram](https://telegram.org/) contributed by [@fabaff](https://github.com/fabaff) allow you send messages from Home Assistant to your Windows Phone or your iOS and Android devices. - -__Media player__
-[@maddox](https://github.com/maddox) and [@MagnusKnutas](https://github.com/MagnusKnutas) worked on the Media player part and implemented new features and improved it. + - Light: [blinkstick platform](/components/light.blinksticklight.html) added ([@alanbowman](https://github.com/alanbowman)) + - Device Tracker: [SNMP platform](/components/device_tracker.snmp.html) added ([@tomduijf](https://github.com/tomduijf)) + - Light: [rfxtrx platform](/components/light.rfxtrx.html) added ([@badele](https://github.com/badele)) + - Switch: [rfxtrx platform](/components/switch.rfxtrx.html) added ([@badele](https://github.com/badele)) + - Notify: [telegram platform](/components/notify.telegram.html) added ([@fabaff](https://github.com/fabaff)) +Also, the media player was extended by [@maddox](https://github.com/maddox) to support the play media command. +This has been implemented for the [iTunes platform](/components/media_player.itunes.html).