From 31a2dd6cabb74ab5f48363367515c183ef250e0b Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 25 Sep 2016 13:14:20 -0700 Subject: [PATCH] Update 2016-09-10-notify-group-reload-api-pihole.markdown --- .../_posts/2016-09-10-notify-group-reload-api-pihole.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_posts/2016-09-10-notify-group-reload-api-pihole.markdown b/source/_posts/2016-09-10-notify-group-reload-api-pihole.markdown index 2bf3827c9ad..36b773715eb 100644 --- a/source/_posts/2016-09-10-notify-group-reload-api-pihole.markdown +++ b/source/_posts/2016-09-10-notify-group-reload-api-pihole.markdown @@ -94,7 +94,7 @@ The validation of the configuration is still on-going. Approximatly 80 % is done - [OctoPrint] component - mFi platform ([switch][mfi-switch] and [sensor][mfi-sensor]) - NX584 Alarm Control Panel - - Mediaplayer platforms [FireTV] and [MPD] + - Mediaplayer platforms [FireTV], [Kodi] 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. @@ -155,5 +155,6 @@ The validation of the configuration is still on-going. Approximatly 80 % is done [mfi-switch]: /components/switch.mfi/ [mfi-sensor]: /components/sensor.mfi/ [FireTV]: /components/media_player.firetv/ +[Kodi]: /components/media_player.kodi/ [command-line-switch]: /components/switch.command_line/ [command-line-cover]: /components/cover.command_line/