1 | type: custom:stack-in-card |
2 | cards: |
3 | - type: custom:layout-card |
4 | layout_type: custom:grid-layout |
5 | layout: |
6 | grid-template-columns: 90% 10% |
7 | cards: |
8 | - type: custom:fold-entity-row |
9 | open: false |
10 | head: |
11 | type: custom:mushroom-light-card |
12 | entity: light.lavanderia_luzes |
13 | style: | |
14 | ha-card { |
15 | box-shadow: none; |
16 | } |
17 | group_config: |
18 | show_brightness_control: true |
19 | show_color_temp_control: true |
20 | show_color_control: true |
21 | use_light_color: true |
22 | hide_state: true |
23 | collapsible_controls: true |
24 | entities: |
25 | - type: custom:mushroom-light-card |
26 | entity: light.lavanderia_luminaria_1_1 |
27 | name: Luminária 1 Topo |
28 | - type: custom:mushroom-light-card |
29 | entity: light.lavanderia_luminaria_1_2 |
30 | name: Luminária 1 Inferior |
31 | - type: custom:mushroom-light-card |
32 | entity: light.lavanderia_luminaria_2_1 |
33 | name: Luminária 2 Topo |
34 | - type: custom:mushroom-light-card |
35 | entity: light.lavanderia_luminaria_2_2 |
36 | name: Luminária 2 Inferior |
37 | - type: custom:mushroom-light-card |
38 | entity: light.lavanderia_luminaria_3_1 |
39 | name: Luminária 3 Topo |
40 | - type: custom:mushroom-light-card |
41 | entity: light.lavanderia_luminaria_3_2 |
42 | name: Luminária 3 Inferior |
43 | - type: vertical-stack |
44 | cards: |
45 | - type: custom:mushroom-chips-card |
46 | chips: |
47 | - type: action |
48 | icon_color: orange |
49 | tap_action: |
50 | action: call-service |
51 | service: scene.turn_on |
52 | data: {} |
53 | target: |
54 | entity_id: scene.lavanderia_quente |
55 | icon: mdi:lightbulb |
56 | card_mod: |
57 | style: | |
58 | ha-card { |
59 | --chip-background: rgba(var(--rgb-orange), 0.2); |
60 | } |
61 | - type: custom:mushroom-chips-card |
62 | chips: |
63 | - type: action |
64 | icon_color: white |
65 | icon: mdi:lightbulb |
66 | tap_action: |
67 | action: call-service |
68 | service: scene.turn_on |
69 | data: {} |
70 | target: |
71 | entity_id: scene.lavanderia_fria |
72 | card_mod: |
73 | style: | |
74 | ha-card { |
75 | --chip-background: rgba(var(--rgb-white), 0.2); |
76 | } |