-
Notifications
You must be signed in to change notification settings - Fork 289
Examples: UI
Alan D. Tse edited this page Apr 8, 2020
·
1 revision
Requires custom card: auto-entities This will show you the upcoming alarms, timers, and reminders.
type: 'custom:auto-entities'
show_empty: false
card:
type: entities
title: Alexa Notifications
filter:
include:
- name: '* next *'
exclude:
- state: unavailable
sort:
method: state
reverse: false
Replace the *
in the include clause if you want different selections.
- Only kitchen notifications:
'Kitchen next *'
- Only timers but from all devices:
'* next Timer'