-
Notifications
You must be signed in to change notification settings - Fork 0
/
card.txt
92 lines (92 loc) · 2.06 KB
/
card.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
type: vertical-stack
cards:
- type: custom:bubble-card
card_type: pop-up
hash: '#light'
button_type: slider
name: Info Luci
icon: mdi:lightbulb-group
close_on_click: false
background_update: false
close_by_clicking_outside: true
card_layout: normal
width_desktop: 540px
margin: 7px
margin_top_mobile: 0px
margin_top_desktop: 0px
bg_blur: '14'
hide_backdrop: false
show_header: true
scrolling_effect: true
show_icon: true
show_name: true
- type: custom:button-card
entity: light.bagno
name: Bagno
state:
- value: 'on'
label: Accesa
styles:
label:
- color: yellow
- value: 'off'
label: Spenta
styles:
label:
- color: green
show_label: true
show_icon: false
styles:
name:
- justify-self: start
- margin-left: 8px
label:
- justify-self: start
- margin-left: '-14px'
grid:
- grid-template-columns: 1fr 1fr
- grid-template-rows: min-content
- grid-template-areas: '"n l"'
card:
- border: none
- background: none
- padding: 0 0 0 0
visibility:
- condition: state
entity: light.bagno
state: 'on'
- type: custom:button-card
entity: light.cucina
name: Cucina
state:
- value: 'on'
label: Accesa
styles:
label:
- color: yellow
- value: 'off'
label: Spenta
styles:
label:
- color: green
show_label: true
show_icon: false
styles:
name:
- justify-self: start
- margin-left: 8px
label:
- justify-self: start
- margin-left: '-14px'
grid:
- grid-template-columns: 1fr 1fr
- grid-template-rows: min-content
- grid-template-areas: '"n l"'
card:
- border: none
- background: none
- padding: 0 0 0 0
visibility:
- condition: state
entity: light.cucina
state: 'on'