Skip to content

Commit 791672c

Browse files
committed
Add BaseNotificationService change
1 parent ffeede6 commit 791672c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/_posts/2016-09-01-0-28.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This release brings you a huge improvement of the [automation] and [group] handl
2121
</p>
2222

2323
### {% linkable_title Raspberry Pi installation guide %}
24-
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].
24+
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].
2525

2626
### {% linkable_title Climate and cover %}
2727
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
7878
- NX584 Alarm Control Panel
7979
- Mediaplayer platforms [FireTV] and [MPD]
8080
- [switch][command-line-switch] and the [cover][command-line-cover] `command_line` platforms
81+
- 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.
8182

8283
[@Ardetus]: https://github.com/Ardetus
8384
[@arsaboo]: https://github.com/arsaboo

0 commit comments

Comments
 (0)