-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcard_agrupados
76 lines (76 loc) · 2.55 KB
/
card_agrupados
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
type: custom:stack-in-card
cards:
- type: custom:layout-card
layout_type: custom:grid-layout
layout:
grid-template-columns: 90% 10%
cards:
- type: custom:fold-entity-row
open: false
head:
type: custom:mushroom-light-card
entity: light.lavanderia_luzes
style: |
ha-card {
box-shadow: none;
}
group_config:
show_brightness_control: true
show_color_temp_control: true
show_color_control: true
use_light_color: true
hide_state: true
collapsible_controls: true
entities:
- type: custom:mushroom-light-card
entity: light.lavanderia_luminaria_1_1
name: Luminária 1 Topo
- type: custom:mushroom-light-card
entity: light.lavanderia_luminaria_1_2
name: Luminária 1 Inferior
- type: custom:mushroom-light-card
entity: light.lavanderia_luminaria_2_1
name: Luminária 2 Topo
- type: custom:mushroom-light-card
entity: light.lavanderia_luminaria_2_2
name: Luminária 2 Inferior
- type: custom:mushroom-light-card
entity: light.lavanderia_luminaria_3_1
name: Luminária 3 Topo
- type: custom:mushroom-light-card
entity: light.lavanderia_luminaria_3_2
name: Luminária 3 Inferior
- type: vertical-stack
cards:
- type: custom:mushroom-chips-card
chips:
- type: action
icon_color: orange
tap_action:
action: call-service
service: scene.turn_on
data: {}
target:
entity_id: scene.lavanderia_quente
icon: mdi:lightbulb
card_mod:
style: |
ha-card {
--chip-background: rgba(var(--rgb-orange), 0.2);
}
- type: custom:mushroom-chips-card
chips:
- type: action
icon_color: white
icon: mdi:lightbulb
tap_action:
action: call-service
service: scene.turn_on
data: {}
target:
entity_id: scene.lavanderia_fria
card_mod:
style: |
ha-card {
--chip-background: rgba(var(--rgb-white), 0.2);
}