NotificationCommand

Description

Send a notification to the specified home members.

Fields

Key Type Description
title String

Title of the notification.

Required

body String

Body of the notification.

Optional

members [User]

Household members that will receive the notification.

Optional

Examples

actions:
- type: home.command.Notification
  title: My automation
  body: My automation is running
  members:
  - Alice - alice@gmail.com
  - Bob - bob@gmail.com