Is there some way to control the visibility of a lovelace card based on an attribute of a state?
For example, I want to check the current_activity attribute:
For reference, I'm using the android_tv_remote integration.
I pulled the state using the developer tools.
activity_list:
- Plex
- Disney+
- Backdrop
- Home
current_activity: Plex
friendly_name: Shield Living Room
supported_features: 4
and only show certain cards based on the value of current_activity
The UI only lets me slect from "On/Off/Unavailable/Unknown"
Is this something i'd have to manually code in the Yaml using a template?