Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - type: custom:mushroom-template-card
- primary: Garage
- secondary: |-
- {% if is_state('cover.garage_right_side', 'open') %}
- Garage is open
- {% endif %}
- icon: |-
- {% if is_state('cover.garage_right_side', 'open') %}
- mdi:garage-open
- {% else %}
- mdi:garage
- {% endif %}
- layout: horizontal
- fill_container: true
- tap_action:
- action: navigate
- navigation_path: garage
- icon_color: |-
- {% if is_state('light.garage_interior', 'on') -%}
- #FFFF00
- {%- endif %}
- hold_action:
- action: toggle
- double_tap_action:
- action: toggle
- entity: light.garage_interior
Advertisement
Add Comment
Please, Sign In to add comment