From 6e300bd438464975d3da345dd04522bfa14430d3 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Fri, 19 Apr 2019 15:14:48 +0200 Subject: [PATCH] Add missing service for persistent_notification (#23230) --- .../components/persistent_notification/services.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/homeassistant/components/persistent_notification/services.yaml b/homeassistant/components/persistent_notification/services.yaml index ca73c6d56bb..496ab9199c3 100644 --- a/homeassistant/components/persistent_notification/services.yaml +++ b/homeassistant/components/persistent_notification/services.yaml @@ -17,3 +17,10 @@ dismiss: notification_id: description: Target ID of the notification, which should be removed. [Required] example: 1234 + +mark_read: + description: Mark a notification read. + fields: + notification_id: + description: Target ID of the notification, which should be mark read. [Required] + example: 1234