ilikedatsyuk

Untitled

Aug 4th, 2022 (edited)
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.77 KB | None | 0 0
  1.     - type: custom:mushroom-template-card
  2.         primary: Garage
  3.         secondary: |-
  4.           {% if is_state('cover.garage_right_side', 'open') %}
  5.           Garage is open
  6.           {% endif %}
  7.         icon: |-
  8.           {% if is_state('cover.garage_right_side', 'open') %}
  9.           mdi:garage-open
  10.           {% else %}
  11.           mdi:garage
  12.           {% endif %}
  13.         layout: horizontal
  14.         fill_container: true
  15.         tap_action:
  16.           action: navigate
  17.           navigation_path: garage
  18.         icon_color: |-
  19.           {% if is_state('light.garage_interior', 'on') -%}
  20.           #FFFF00
  21.           {%- endif %}
  22.         hold_action:
  23.           action: toggle
  24.         double_tap_action:
  25.           action: toggle
  26.         entity: light.garage_interior
Advertisement
Add Comment
Please, Sign In to add comment