I want to be able to know if the user is using the companion app or browser.
There doesn’t appear to be a away to query the current device.
I’m trying to tailor my dashboards so that I can make navigation easier for mobile use.
I do want to share some views, but have some cards only display if being used within the Companion App.
Is there anything?
qoheleth
(Russell Smith)
2
I don’t know a card-level way to do this, but you can do it on the screen level. For instance, the camera feeds only show up on my device:
- title: Cameras
visible:
- user: 0123f56789abcdef01234567890abcdef
path: cameras
theme: ''
badges: []
cards:
...
You can find the user id’s under configuration | users (Then just click on the user and it will show the specifics.)