Release notes for March 22, 2015
A new version of Home Assistant has just been pushed out. It contains bugfixes contributed by jamespcole, andythigpen, trainman419 and me. It also adds a bunch of great new features:
Script
Andythigpen has contributed a script component. This allows users to create a sequence of service calls and delays. Scripts can be started using the service script/turn_on
and interrupted using the service script/turn_off
. A separate page has been added to the frontend to see the status of your scripts.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|
Scene
I (Paulus) have contributed a scene component. A user can create scenes that capture the states you want certain entities to be. For example a scene can contain that light A should be turned on and light B should be bright red. Deactivating a scene will restore the previous state from before the scene was activated. Just like scripts, scenes have their own separate page to see which scenes are on.
1 2 3 4 5 6 7 8 9 |
|
SABnzbd
James Cole has contributed support to integrate SABnzbd. This will allow you to monitor your downloads from within Home Assistant and setup automation based on the information.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
PushOver
James Cole has also contributed support for the PushOver service as a platform for the notify component. This allows components to send messages to the user using PushOver.
1 2 3 4 5 6 7 |
|