Release notes for June 10, 2015
Wow, almost a month has gone by since the last release and this release is packed. The biggest part of this release is probably one that you won’t notice: the frontend has been upgraded from Polymer 0.5 to the brand new released Polymer 1.0. Polymer has been declared stable by the Google overlords which will allow us to expand functionality that was waiting for this moment to arrive.
This release sets a record for the amount of people involved: 8! Andythigpen, Jamespcole, Azelphur, Fabaff, Dutchy-, Fbradyirl, wind-rider and ettisan, thanks a lot for your contributions!
A big improvement has been brought this release by wind-rider. He took the time to revive the Chromecast support and started improving the media player integration. This triggered other people to join in resulting in a revamped media player experience and support for the Music Player Daemon.
Example of the new media player cards
To update to the latest version, run scripts/update
. Please report any issues on GitHub.
Before jumping into the newly supported platforms, here are the other improvements that are landing this release:
- Fronted upgraded to Polymer 1.0 by @balloob
- Include other YAML files using the
!include
keyword by @andythigpen - Switch support and bug fixes for Vera platform by @jamespcole
- HTTP session support for the HTTP component by @jamespcole
- Device tracker bugfixes by @Dutchy-
- Bugfix for device tracker platform by @fbradyirl
- Fixing Chromecast support by @wind-rider
- Media player improvements by @balloob and @wind-rider
- Nest thermostat bugfixes by @balloob
- Fix the device tracker getting in a deadlock by @balloob
- Update documentation by @fabaff
Music Player Daemon
Fabaff has contributed MusicPlayerDaemon support. The mpd platform allows you to control a Music Player Daemon from Home Assistant. Right now, only playback is supported and not playlist manipulation.
1 2 3 4 5 6 |
|
Command line switch
A switch platform that issues specific commands when it is turned on and off. This might very well become our most popular platform as it allows anyone to integrate any type of switch into Home Assistant that can be controlled from the command line, including calling other scripts!
1 2 3 4 5 6 7 |
|
LimitlessLED
This new platform can control your LimitlessLED lights from within Home Assistant. The lights are also known as EasyBulb, AppLight, AppLamp, MiLight, LEDme, dekolight or iLight.
1 2 3 4 5 6 7 8 |
|
Bitcoin sensor
The bitcoin platform displays various details about the Bitcoin network. If you have an online wallet from Blockchain.info the sensor is capable to show your current balance.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|
SMTP notificatoin platform
The smtp platform allows you to deliver notifications from Home Assistant to an e-mail recipient.
1 2 3 4 5 6 7 8 9 10 |
|
Syslog notification platform
The syslog platform allows you to deliver notifications from Home Assistant to the local syslog.
1 2 3 |
|
Swiss Public transport sensor
The swiss public transport sensor will give you the next two departure times from a given location to another one in Switzerland. See the component page for more information how to set it up.
Transmission turtle mode switch
The transmission platform allows you to control your Transmission client from within Home Assistant. The platform enables you switch to your ‘Alternative Speed Limits’ (aka ‘Turtle mode’) setting.
1 2 3 4 5 6 7 8 |
|
Hikvision camera motion detection support
This switch platform allows you to control your motion detection setting on your Hikvision camera.
1 2 3 4 5 6 7 |
|