/lovelace-notify-card

Send notifications directly from the dashboard

Primary LanguageJavaScript

Notify Card for Lovelace/Home Assistant

This simple card allows you to notify any notification service manually from the dashboard.

card

Install

Install via HACS

  1. Go to the "Frontend"-tab in HACS
  2. Click on "Explore & Add Repositories"
  3. Search for Notify Card
  4. Click "Install this Repository in HACS"

Manual install

  1. Copy the notify-card.js file to your config/www folder
  2. Add a reference in the resoruce config:
resources:
  - url: /local/notify-card.js
    type: module

Config

Example config:

type: 'custom:notify-card'
target: living_room_tv
title: Send Notification
label: Notify TV
  • target is the name of the notify-service that should get called without the notify. domain. (For notify.notify put in notify, for notify.telegram put in telegram, etc.)
  • label is optional and controlls the placeholder text
  • title is optional and controlles the card title

You can also specify multiple notification services like this:

type: 'custom:notify-card'
target:
- living_room_tv
- notify

If your notification service requires additional data (e.g. Alexa) you can include it like this:

type: 'custom:notify-card'
target: alexa_media_living_room
data:
  type: announce