NotificationCommand

Description

Send a notification to the specified home members.

Fields

Key Type Description
title String

Title of the notification.

Required

Variable is allowed.

body String

Body of the notification.

Optional

Variable is allowed.

members [User]

Household members that will receive the notification.

Optional

Variable is allowed.

Examples

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