mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Release 0.7.5
This commit is contained in:
parent
67c4f562eb
commit
bbbd6458c7
2
_deploy
2
_deploy
@ -1 +1 @@
|
||||
Subproject commit 3e76cedc44d170701f57f32acc6f53c46bd0a6bd
|
||||
Subproject commit 0cadd801b97d43356af5cf1bc02a6e041ccbebb0
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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__<br>
|
||||
<img src='/images/supported_brands/blinkstick.png' style='border:none; box-shadow: none; float: right;' height='50' />
|
||||
Blinkstick support has been added by [@alanbowman](https://github.com/alanbowman). Home Assistant is now able to control your Blinkstick devices.
|
||||
<img src='/images/supported_brands/rfxtrx.png' style='border:none; box-shadow: none; float: right; clear: right;' height='50' />
|
||||
<img src='/images/supported_brands/telegram.png' style='border:none; box-shadow: none; float: right; clear: right;' height='50' />
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
light:
|
||||
platform: blinksticklight
|
||||
serial: BS000795-1.1
|
||||
name: Living Room
|
||||
```
|
||||
|
||||
<!--more-->
|
||||
|
||||
__RFXtrx__<br>
|
||||
<img src='/images/supported_brands/rfxtrx.png' style='border:none; box-shadow: none; float: right;' height='50' />
|
||||
[@badele](https://github.com/badele) has contributed support for controlling RFXtrx lights and switches.
|
||||
|
||||
__SNMP__<br>
|
||||
<img src='/images/supported_brands/snmp.png' style='border:none; box-shadow: none; float: right;' height='50' />
|
||||
[@tomduijf](https://github.com/tomduijf) has contributed support to do prescence detection using SNMP.
|
||||
|
||||
__Telegram__<br>
|
||||
<img src='/images/supported_brands/telegram.png' style='border:none; box-shadow: none; float: right;' height='50' />
|
||||
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__<br>
|
||||
[@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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user