diff --git a/source/_posts/2016-09-01-0-28.markdown b/source/_posts/2016-09-01-0-28.markdown index 0444ee58b2d..78af7a164a4 100644 --- a/source/_posts/2016-09-01-0-28.markdown +++ b/source/_posts/2016-09-01-0-28.markdown @@ -21,7 +21,7 @@ This release brings you a huge improvement of the [automation] and [group] handl

### {% 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