mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 22:18:40 +00:00
10 lines
296 B
YAML
10 lines
296 B
YAML
dismiss:
|
|
description: Dismiss a html5 notification.
|
|
fields:
|
|
target:
|
|
description: An array of targets. Optional.
|
|
example: ['my_phone', 'my_tablet']
|
|
data:
|
|
description: Extended information of notification. Supports tag. Optional.
|
|
example: '{ "tag": "tagname" }'
|