Aqara Motion Sensor lastupdated
when you restart, last_changed get’s wiped and you need to wait for a new state change.
If you use an external DB - it’s much easier to create an sql server. Hidden benefit is that you can check last update even after restart of HA. This is very important for me for some kind of events like motion detection and etc.
https://community.home-assistant.io/t/create-sensor-for-showing-sensors-last-update/225761/11
https://github.com/home-assistant/core/issues/29275
when you restart, last_changed get’s wiped and you need to wait for a new state change.
If you use an external DB - it’s much easier to create an sql server. Hidden benefit is that you can check last update even after restart of HA. This is very important for me for some kind of events like motion detection and etc.
https://community.home-assistant.io/t/create-sensor-for-showing-sensors-last-update/225761/11
https://github.com/home-assistant/core/issues/29275
0