mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Add missing service for persistent_notification (#23230)
This commit is contained in:
committed by
Fabian Affolter
parent
21a194f9d8
commit
6e300bd438
@@ -17,3 +17,10 @@ dismiss:
|
|||||||
notification_id:
|
notification_id:
|
||||||
description: Target ID of the notification, which should be removed. [Required]
|
description: Target ID of the notification, which should be removed. [Required]
|
||||||
example: 1234
|
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
|
||||||
|
Reference in New Issue
Block a user