Hi,
I’m trying to figure out how to conditionally show one card if I’m on my iPhone or otherwise show a different card. Basically due to the sizing/styling of one card, which is different for Mobile vs Desktop, I’d like to only show the correct one.
-
Custom Header - I first tried using Custom Header, which works, but requires that I create a whole new view that is only shown on mobile. This is ok, but I need to duplicate all the other cards in that view and constantly keep them in sync.
-
Conditional Card / State-Switch - these looked promising but I’m not sure how/if it’s possible to use an entity to determine which device I’m currently accessing HA on?
Are there any other ways of accomplishing this?
Thx