I have two different dashboards, one for mac browser and one for mobile.
In both i have configured map cards to show the location of two different device trackers, with the same configured card:
In the main dashboard i have as tap_action of a button the following code
tap_action:
action: call-service
service: browser_mod.popup
service_data:
title: Map
card:
type: map
default_zoom: 14
entities:
- device_tracker.life360_maurizio_fabiani
hours_to_show: 24
dark_mode: false
And this is the screenshot i get:
In the mobile dashboard i have as card the following:
tap_action:
action: call-service
service: browser_mod.popup
service_data:
title: Map
card:
type: map
entities:
- device_tracker.life360_maurizio_fabiani
aspect_ratio: 16:9
dark_mode: false
default_zoom: 14
hors_to_show: 24
And this is the screenshot i get:
Why that difference? Why in the mobile dashboard i don’t get the history of my movements?
1 post - 1 participant