Release notes for May 14, 2015
Almost three busy weeks have past since the last release. We used this time to finally make the overhaul to use UTC as the internal date time format. We added a bunch of test coverage in the process to make sure the transition went smoothly. Pleas see the blog post about the UTC refactor for backwards incompatible changes.
This release includes a significant startup boost for the frontend and a fix for Wemo discovery after their latest firmware upgrade.
I would like to give a big shout out to our newest contributor fabaff for taking the time to improve the documentation.
To update to the latest version, run scripts/update
. Please report any issues on GitHub.
Overwriting Entity Attributes
Before diving into the newly supported devices and services, I want to highlight an awesome configuration enhancement by rmkraus: overwriting entity attributes.
These new configuration settings allow you to overwrite entity state attributes. The main usage for this is being able to overwrite attributes that influence how an entity is shown in the interface.
1 2 3 4 5 6 7 8 9 |
|
MySensors
Andythigpen and Theolind have added support for the MySensors platform to Home Assistant.
1 2 3 4 |
|
OpenWeatherMap
Fabaff has contributed support for OpenWeatherMap. This will allow you to integrate local meteorological data into Home Assistant.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
InstaPush
Fabaff has contributed support for InstaPush. This will allow you send messages from Home Assistant to your iOS and Android devices.
1 2 3 4 5 6 7 8 |
|
XMPP
Fabaff has contributed support for Jabber/XMPP. This will allow you send messages from Home Assistant to anyone on Jabber/XMPP.
1 2 3 4 5 6 |
|
Notify My Android
Fabaff has contributed support for Notify My Android. This will allow you to send messages from Home Assistant to your Android device.
1 2 3 4 5 |
|
Time & Date sensor
Fabaff has contributed a time & date sensor. This will allow you to show the current time/date on the dashboard.
1 2 3 4 5 6 7 8 |
|