I’m trying to show when the last time a motion sensor changed status. This is what I have. What am I doing wrong here. I can get it to show up for lights, but not motion sensors…
type: custom:auto-entities
card:
type: entities
title: Motion Status
show_header_toggle: false
filter:
include:
- entity_id: '*iaszone*'
- entity_id: '*occupancy'
options:
secondary_info: last-changed
exclude:
- name: SM-S906U*
- name: '*button*'
- name: '*Button*'
- name: The Profit*
- name: '*Barrier sensor*'
- name: '*Door*'
sort:
method: last_changed
reverse: true
numeric: true