Common variables and configurations for card templates.
anchor
- anchor of the current URL
is_mobile
- if we're on mobile or not
type: custom:button-card
template:
- responsive_variables
- discovery_variables
styles:
custom_fields:
item1:
- margin-bottom: '[[[ if (variables.is_mobile) return "20px" ]]]'
- Use
variables.
to access variables. - Variables can be overridden in individual cards