Hi, I am looking for a way to have an input field on my dashboard in where I can input:
User (device_tracker)
Starting day
Ending day
And after filling this in it shows to location data of this user in the specific time period filled in the field.
The only way I now is to fill in the hours_to_show in the map card. But Sometimes I only want to see the data from a specific day two weeks ago.
Anyone nows how to put this in Yaml? Or is there a card for this? I can not find it elsewhere.
By using custom card with templates support, you may set a value to “hours_to_show” dynamically - but the endpoint will be NOW, you cannot see a track for “only yesterday”.
Check custom cards like auto-entities, config-template-card etc.
Also, a similar task was described here.