Files
tar-valon-ansible/app-configs/rikku/homeassistant/custom_components/dwains_dashboard/services.yaml
T
2025-08-30 16:34:17 -04:00

26 lines
878 B
YAML

reload:
description: Reload dashboard configuration from Dwains dashboard
notification_create:
description: Show a notification in the frontend.
fields:
message:
description: Message body of the notification. [Templates accepted]
example: Dishwasher is done! :D
notification_id:
description: Target ID of the notification, will replace a notification with the same Id. [Optional]
example: 1234
notification_dismiss:
description: Remove a notification from the frontend.
fields:
notification_id:
description: Target ID of the notification, which should be removed. [Required]
example: 1234
notification_mark_read:
description: Mark a notification read.
fields:
notification_id:
description: Target ID of the notification, which should be mark read. [Required]
example: 1234