Skip to content
Alan D. Tse edited this page Apr 8, 2020 · 1 revision

Alexa Alarm and Timers Card

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'