Add BaseNotificationService change

This commit is contained in:
Fabian Affolter 2016-09-10 16:57:22 +02:00
parent ffeede620f
commit 791672ca7d
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -21,7 +21,7 @@ This release brings you a huge improvement of the [automation] and [group] handl
</p>
### {% linkable_title Raspberry Pi installation guide %}
Singleboard computers are very popular to run Home Assistant. To support this fact, the [installation documentation][rpi] for the Raspberry Pi devices was re-written. [@Landrash] took the lead with on this tasks with help from [@kellerza] and [@MartinHjelmare].
Singleboard computers are very popular to run Home Assistant. To support this fact, the [installation documentation][rpi] for the Raspberry Pi devices was re-written to get users started as quickly as possible. [@Landrash] took the lead with on this tasks with help from [@kellerza] and [@MartinHjelmare].
### {% linkable_title Climate and cover %}
There are countless bugfixes included in this release which will make your experience with the `climate` and the `cover` platforms better. Two week ago was the biggest merger of implementations released that ever happened in the history of Home Assistant. Thanks to [@turbokongen], [@pvizeli], [@djbanks], [@danielperna84], and others the improvements on the code and the frontend side is continuing...
@ -78,6 +78,7 @@ The validation of the configuration is still on-going. Approximatly 80 % is done
- NX584 Alarm Control Panel
- Mediaplayer platforms [FireTV] and [MPD]
- [switch][command-line-switch] and the [cover][command-line-cover] `command_line` platforms
- Custom components extending `BaseNotificationService` need to be aware that `kwargs.get(ATTR_TITLE)` will now return `None` if a title has not been set, and will need to specify `kwargs.get(ATTR_TITLE, ATTR_TITLE_DEFAULT)` if they always require a title.
[@Ardetus]: https://github.com/Ardetus
[@arsaboo]: https://github.com/arsaboo