Create garage_door_card.yaml

This commit is contained in:
Nate Harris 2023-08-02 00:31:24 -06:00 committed by GitHub
parent a292676d9e
commit 03d2b643a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 78 additions and 0 deletions

View File

@ -0,0 +1,78 @@
type: custom:button-card
entity: cover.garagedoor1
name: Garage Door 1
state:
- value: closed
icon: mdi:garage-variant
color: rgb(86, 193, 192)
styles:
state:
- color: rgb(32, 145, 90)
- text-shadow: 0px 0px 2px rgb(32, 145, 90)
- value: open
icon: mdi:garage-open-variant
color: rgb(63, 197, 184)
styles:
state:
- color: red
- text-shadow: 0px 0px 5px rgb(37, 159, 147)
- animation:
- blink 1s linear infinite
size: 100%
tap_action:
action: toggle
styles:
card:
- filter: opacity(100%)
height: 220px
padding: 0px 0px
name:
- color: white
- padding: 0px 0px 11px
- font-size: 24px
- font-family: Arial
state:
- padding: 0px 0px 7px 0px
- font-size: 22px
- font-family: Arial
- font-style: bold
show_state: true
type: custom:button-card
entity: cover.garagedoor2
name: Garage Door 2
state:
- value: closed
icon: mdi:garage
color: rgb(86, 193, 192)
styles:
state:
- color: rgb(32, 145, 90)
- text-shadow: 0px 0px 2px rgb(32, 145, 90)
- value: open
icon: mdi:garage-open
color: rgb(63, 197, 184)
styles:
state:
- color: red
- text-shadow: 0px 0px 5px rgb(37, 159, 147)
- animation:
- blink 1s linear infinite
size: 100%
tap_action:
action: toggle
styles:
card:
- filter: opacity(100%)
height: 220px
padding: 0px 0px
name:
- color: white
- padding: 0px 0px 11px
- font-size: 24px
- font-family: Arial
state:
- padding: 0px 0px 7px 0px
- font-size: 22px
- font-family: Arial
- font-style: bold
show_state: true