Hi, I run all latest versions but for some reasons the output I want (Lovelace card with 10 latest detected motions) doesn't work anymore.
I have 6 motion sensors: binary_sensor.motionsensor_garage_occupancy, binary_sensor.motionsensor_keuken_occupancy, binary_sensor.motionsensor_hall_occupancy, binary_sensor.motionsensor_living_occupancy, binary_sensor.motionsensor_wc_occupancy and binary_sensor.motionsensor_boven_occupancy
When I check 'sensor.last.motion' it is up-to-date:
I have below automation:
`- id: c6502b9ee9fb4c8b9a496c2b78240f3e
alias: Motion Update
trigger:
platform: state
entity_id:
binary_sensor.motionsensor_garage_occupancy
binary_sensor.motionsensor_keuken_occupancy
binary_sensor.motionsensor_hall_occupancy
binary_sensor.motionsensor_living_occupancy
binary_sensor.motionsensor_wc_occupancy
binary_sensor.motionsensor_boven_occupancy
to: 'on'
action:
And this lovelace card:
`type: custom:entity-attributes-card
title: Motion History
heading_name: Name
heading_state: Status
entity: variable.last_motion
filter:
include:
Hi, I run all latest versions but for some reasons the output I want (Lovelace card with 10 latest detected motions) doesn't work anymore. I have 6 motion sensors: binary_sensor.motionsensor_garage_occupancy, binary_sensor.motionsensor_keuken_occupancy, binary_sensor.motionsensor_hall_occupancy, binary_sensor.motionsensor_living_occupancy, binary_sensor.motionsensor_wc_occupancy and binary_sensor.motionsensor_boven_occupancy When I check 'sensor.last.motion' it is up-to-date:
I have below automation: `- id: c6502b9ee9fb4c8b9a496c2b78240f3e alias: Motion Update trigger:
And this lovelace card: `type: custom:entity-attributes-card title: Motion History heading_name: Name heading_state: Status entity: variable.last_motion filter: include:
Unfortunately the card remains empty.