Skip to content

Commit

Permalink
fix custom card check state
Browse files Browse the repository at this point in the history
  • Loading branch information
snootched committed Aug 28, 2024
1 parent 37de265 commit 765dfc3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dist/cb-lcars-airlock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,27 +154,27 @@ sections:
button_card: >-
[[[ return typeof
customElements.get(variables.___reqs.custom_cards.button_card)
!== undefined; ]]]
!== 'undefined'; ]]]
card_mod: >-
[[[ return typeof
customElements.get(variables.___reqs.custom_cards.card_mod)
!== undefined; ]]]
!== 'undefined'; ]]]
my_slider_v2: >-
[[[ return typeof
customElements.get(variables.___reqs.custom_cards.my_slider_v2)
!== undefined; ]]]
!== 'undefined'; ]]]
layout_card: >-
[[[ return typeof
customElements.get(variables.___reqs.custom_cards.layout_card)
!== undefined; ]]]
!== 'undefined'; ]]]
grid_layout: >-
[[[ return typeof
customElements.get(variables.___reqs.custom_cards.grid_layout)
!== undefined; ]]]
!== 'undefined'; ]]]
hue_like_light_card: >-
[[[ return typeof
customElements.get(variables.___reqs.custom_cards.hue_like_light_card)
!== undefined; ]]]
!== 'undefined'; ]]]
themes:
ha_lcars: >-
[[[ return
Expand Down

0 comments on commit 765dfc3

Please sign in to comment.