hass-core/homeassistant/components/html5/services.yaml
tkdrob 4ce3038b29
Add targets and selectors for services (G-H) (#50524)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-12 20:49:04 +02:00

16 lines
392 B
YAML

dismiss:
name: Dismiss
description: Dismiss a html5 notification.
fields:
target:
name: Target
description: An array of targets.
example: ["my_phone", "my_tablet"]
selector:
object:
data:
name: Data
description: Extended information of notification. Supports tag.
example: '{ "tag": "tagname" }'
selector:
object: