Skip to content

Commit

Permalink
Merge pull request #488 from basbruss/hotfix
Browse files Browse the repository at this point in the history
[card_welcome_scenes] Hotfix quoted booleans
  • Loading branch information
CM000n authored Mar 1, 2022
2 parents 39ddd22 + f2d440a commit e821816
Showing 1 changed file with 37 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ card_welcome_scenes:
]]]
template:
- "ulm_language_variables"
show_icon: "false"
show_name: "false"
show_label: "true"
show_icon: false
show_name: false
show_label: true
styles:
grid:
- grid-template-areas: >
Expand Down Expand Up @@ -110,10 +110,10 @@ card_welcome_scenes:
item2:
card:
type: "custom:button-card"
show_icon: "false"
show_label: "false"
show_name: "true"
show_entity_picture: "false"
show_icon: false
show_label: false
show_name: true
show_entity_picture: false
name: |
[[[
var today = new Date();
Expand Down Expand Up @@ -148,10 +148,10 @@ card_welcome_scenes:
item3:
card:
type: "custom:button-card"
show_icon: "true"
show_label: "true"
show_name: "true"
show_entity_picture: "false"
show_icon: true
show_label: true
show_name: true
show_entity_picture: false
name: "Scenes"
icon: "mdi:dots-vertical"
styles:
Expand Down Expand Up @@ -198,9 +198,9 @@ card_welcome_scenes:
card_title_welcome:
tap_action:
action: "none"
show_icon: "false"
show_label: "true"
show_name: "true"
show_icon: false
show_label: true
show_name: true
styles:
card:
- background-color: "rgba(0,0,0,0)"
Expand All @@ -224,9 +224,9 @@ card_title_welcome:
- font-size: "1rem"
- opacity: "0.4"
card_scenes_welcome:
show_icon: "false"
show_name: "true"
show_label: "false"
show_icon: false
show_name: true
show_label: false
styles:
grid:
- grid-template-areas: "'item1 item2 item3 item4 item5'"
Expand Down Expand Up @@ -355,9 +355,9 @@ card_scenes_welcome:
entity: "[[[ return variables.entity_5.entity_id ]]]"
name: "[[[ return variables.entity_5.name ]]]"
card_scenes_pill_welcome:
show_icon: "false"
show_label: "false"
show_name: "false"
show_icon: false
show_label: false
show_name: false
state:
- operator: "template"
value: >
Expand Down Expand Up @@ -394,9 +394,9 @@ card_scenes_pill_welcome:
item1:
card:
type: "custom:button-card"
show_icon: "true"
show_label: "false"
show_name: "false"
show_icon: true
show_label: false
show_name: false
styles:
grid:
- grid-template-areas: "i"
Expand Down Expand Up @@ -432,8 +432,8 @@ card_scenes_pill_welcome:
item2:
card:
type: "custom:button-card"
show_icon: "false"
show_label: "false"
show_icon: false
show_label: false
styles:
grid:
- grid-template-areas: "n"
Expand All @@ -448,9 +448,9 @@ card_scenes_pill_welcome:
- margin-top: "-5px"
- border-radius: "50px"
card_topbar_welcome:
show_icon: "false"
show_name: "true"
show_label: "false"
show_icon: false
show_name: true
show_label: false
styles:
grid:
- grid-template-areas: "'item1 item2 item3'"
Expand All @@ -468,7 +468,7 @@ card_topbar_welcome:
template: "chips"
entity: "[[[ return variables.ulm_card_welcome_scenes_collapse ]]]"
icon: "mdi:chevron-up"
show_icon: "true"
show_icon: true
styles:
grid:
- grid-template-areas: "'i'"
Expand Down Expand Up @@ -530,9 +530,9 @@ card_topbar_welcome:
}
]]]
card_scenes_welcome_auto:
show_icon: "false"
show_name: "true"
show_label: "false"
show_icon: false
show_name: true
show_label: false
styles:
grid:
- grid-template-areas: "'item1 item2 item3 item4 item5'"
Expand All @@ -551,7 +551,7 @@ card_scenes_welcome_auto:
card:
type: "grid"
columns: 1
square: "false"
square: false
card_param: "cards"
sort:
count: 1
Expand All @@ -577,7 +577,7 @@ card_scenes_welcome_auto:
card:
type: "grid"
columns: 1
square: "false"
square: false
card_param: "cards"
sort:
count: 1
Expand All @@ -604,7 +604,7 @@ card_scenes_welcome_auto:
card:
type: "grid"
columns: 1
square: "false"
square: false
card_param: "cards"
sort:
count: 1
Expand All @@ -631,7 +631,7 @@ card_scenes_welcome_auto:
card:
type: "grid"
columns: 1
square: "false"
square: false
card_param: "cards"
sort:
count: 1
Expand All @@ -658,7 +658,7 @@ card_scenes_welcome_auto:
card:
type: "grid"
columns: 1
square: "false"
square: false
card_param: "cards"
sort:
count: 1
Expand Down

0 comments on commit e821816

Please sign in to comment.