-
Notifications
You must be signed in to change notification settings - Fork 9
/
devices.yaml
99 lines (97 loc) · 3.35 KB
/
devices.yaml
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
93
94
95
96
97
98
99
title: "Devices"
path: devices
visible: false
icon: "mdi:devices"
cards:
- type: custom:stack-in-card
mode: vertical
keep:
box_shadow: true
margin: true
border_radius: true
background: true
outer_padding: true
style: |
ha-card {
background-color: rgba(var(--color-teal),0.7);
border-radius: var(--border-radius);
}
cards:
- type: "custom:layout-card"
layout_type: grid
layout:
grid-template-columns: 24% 76%
margin: 0px 0px 0px 0px
cards:
- type: custom:stack-in-card
mode: vertical
keep:
box_shadow: false
margin: false
border_radius: true
background: false
outer_padding: false
style: |
ha-card {
background-color: rgba(var(--color-teal-bg),1.0);
border-radius: var(--border-radius-bar);
box-shadow: none;
}
cards:
- type: horizontal-stack
cards:
- type: 'custom:button-card'
template: chip_back
variables:
ulm_chip_back_path: /ui-lovelace-minimalist/settings
- type: 'custom:button-card'
template: chip_navigate
variables:
ulm_chip_navigate_path: /ui-lovelace-minimalist/home
ulm_chip_navigate_icon: mdi:home
- type: custom:stack-in-card
mode: vertical
keep:
box_shadow: false
margin: false
border_radius: true
background: false
outer_padding: false
style: |
ha-card {
background-color: rgba(var(--color-teal-bg),1.0);
border-radius: var(--border-radius);
box-shadow: none;
}
cards:
- type: horizontal-stack
cards:
- type: conditional
conditions:
- entity: group.all_appliances
state: "on"
card:
type: "custom:button-card"
template: chip_mdi_icon_state_nb
variables:
ulm_chip_mdi_icon_state_entity: sensor.current_appliances
ulm_chip_mdi_icon_state_icon: mdi:power
- type: "custom:button-card"
template: chip_mdi_icon_state_nb
variables:
ulm_chip_mdi_icon_state_entity: sensor.appliances_power
ulm_chip_mdi_icon_state_icon: mdi:power-socket-au
- type: "custom:button-card"
template: chip_mdi_icon_state_nb
variables:
ulm_chip_mdi_icon_state_entity: sensor.appliances_energy
ulm_chip_mdi_icon_state_icon: mdi:lightning-bolt
- type: "custom:button-card"
template:
- "card_title_icon"
name: "Devices"
variables:
ulm_card_navigate_title: Devices
ulm_card_navigate_icon: mdi:devices
icon_color: teal
background_color: teal-bg