Advertisement
dykandDK

HA - YAML - Custom:button-card example witH blinking background

Jan 4th, 2024
1,665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.38 KB | None | 0 0
  1. type: custom:button-card
  2. entity: binary_sensor.door_contact
  3. name: Door
  4. state_color: false
  5. state:
  6.   - operator: '=='
  7.     value: 'off'
  8.     icon: mdi:door-closed
  9.   - operator: '=='
  10.     value: 'on'
  11.     icon: mdi:door-open
  12.     color: white
  13.     styles:
  14.       card:
  15.         - animation: blink 2s ease infinite
  16.         - background-color: darkred
  17.       name:
  18.         - color: white
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement