Skip to content

Commit

Permalink
Create header.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pqpxo authored Nov 2, 2021
1 parent c3aa60f commit 7342a86
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions guides/Light Dashboard 2.0/YAML/header.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
type: custom:button-card
name: LIGHTS
icon: phu:bulb-group
show_state: false
label: |
[[[
return states['input_select.light_menu_select'].state;
]]]
show_label: true
styles:
card:
- height: 80px
- background-color: transparent
grid:
- grid-template-areas: '"i n" "i n" "i l"'
- grid-template-columns: 0.3fr 1fr
- grid-template-rows: min-content min-content min-content
img_cell:
- align-self: start
- text-align: start
name:
- justify-self: start
- font-size: 28px
- font-weight: 300
label:
- justify-self: start
- font-size: 16px
- font-weight: 300
icon:
- width: 45px
- align-self: start
- text-align: start

0 comments on commit 7342a86

Please sign in to comment.