-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitchen-display.yaml
197 lines (197 loc) · 8.09 KB
/
kitchen-display.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
views:
- title: Home
type: panel
theme: amoled
badges: []
cards:
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: vertical-stack
cards:
- type: custom:digital-clock
- show_current: false
show_forecast: true
type: weather-forecast
entity: weather.kbkf_daynight
forecast_type: hourly
secondary_info_attribute: precipitation_unit
- show_current: true
show_forecast: true
type: weather-forecast
entity: weather.kbkf_daynight
forecast_type: twice_daily
secondary_info_attribute: precipitation_unit
- type: horizontal-stack
cards:
- type: custom:digital-clock
timeZone: America/Los_Angeles
secondLineFormat: '''San Francisco'''
- type: custom:digital-clock
timeZone: America/New_York
secondLineFormat: '''Washington, DC'''
- type: custom:digital-clock
timeZone: Europe/London
secondLineFormat: '''London'''
- type: custom:mod-card
card_mod:
style:
hui-horizontal-stack-card $: |
div#root > :first-child {
width: 30%;
flex: auto;
}
div#root > :last-child {
width: 70%;
flex: auto;
}
card:
type: horizontal-stack
cards:
- type: vertical-stack
cards:
- type: custom:mushroom-title-card
title: RTD Schedule
subtitle: Ignores arrivals in the next 10 minutes
- type: entities
entities:
- entity: >-
sensor.e_h_from_alameda_station_to_university_of_denver
name: E/H↓ at Alameda
- entity: sensor.e_from_alameda_station_to_union_station_schedule
name: E↑ at Alameda
- entity: sensor.d_h_from_alameda_station_to_18th_california
name: D/H↑ at Alameda
- entity: >-
sensor.e_h_from_university_of_denver_to_alameda_station
name: E/H↑ at DU
- type: custom:mushroom-title-card
title: RTD Live Arrival Times
- type: entities
entities:
- type: conditional
conditions:
- entity: sensor.d_from_alameda_station_to_18th_california
state_not: '-'
row:
entity: sensor.d_from_alameda_station_to_18th_california
name: D↑ at Alameda
- type: conditional
conditions:
- entity: sensor.e_from_alameda_station_to_union_station
state_not: '-'
row:
entity: sensor.e_from_alameda_station_to_union_station
name: E↑ at Alameda
- type: conditional
conditions:
- entity: >-
sensor.e_from_alameda_station_to_university_of_denver
state_not: '-'
row:
entity: >-
sensor.e_from_alameda_station_to_university_of_denver
name: E↓ at Alameda
- type: conditional
conditions:
- entity: sensor.h_from_alameda_station_to_18th_california
state_not: '-'
row:
entity: sensor.h_from_alameda_station_to_18th_california
name: H↑ at Alameda
- type: conditional
conditions:
- entity: >-
sensor.h_from_alameda_station_to_university_of_denver
state_not: '-'
row:
entity: >-
sensor.h_from_alameda_station_to_university_of_denver
name: H↓ at Alameda
- type: conditional
conditions:
- entity: >-
sensor.e_from_university_of_denver_to_alameda_station
state_not: '-'
row:
entity: >-
sensor.e_from_university_of_denver_to_alameda_station
name: E↑ at DU
- type: conditional
conditions:
- entity: >-
sensor.h_from_university_of_denver_to_alameda_station
state_not: '-'
row:
entity: >-
sensor.h_from_university_of_denver_to_alameda_station
name: H↑ at DU
- type: map
auto_fit: false
entities:
- entity: zone.university_of_denver_station
- entity: sensor.d_northwest
name: D↑
- entity: sensor.e_northwest
name: E↑
- entity: sensor.h_northwest
name: H↑
- entity: sensor.e_southeast
name: E↓
- entity: sensor.h_southeast
name: H↓
- entity: zone.alameda_station
default_zoom: 13
dark_mode: true
aspect_ratio: 95%
- type: horizontal-stack
cards:
- type: custom:atomic-calendar-revive
enableModeChange: true
entities:
- calendar.CALENDAR1
dateFormat: LL
showDeclined: false
showDate: false
showMultiDay: true
showMultiDayEventParts: true
showDescription: false
showWeekDay: true
showWeekNumber: false
showDatePerEvent: false
showTimeRemaining: false
hoursOnSameLine: false
showMonth: true
showCurrentEventLine: false
name: PERSON1
- type: custom:atomic-calendar-revive
enableModeChange: true
entities:
- calendar.CALENDAR2
dateFormat: LL
showDeclined: false
showDate: false
showMultiDay: true
showMultiDayEventParts: true
showDescription: false
showWeekDay: true
showWeekNumber: false
showDatePerEvent: false
showTimeRemaining: false
hoursOnSameLine: false
showMonth: true
showCurrentEventLine: false
name: PERSON2
- type: custom:list-card
entity: sensor.404_media
title: 404 Media
feed_attribute: entries
row_limit: 5
columns:
- title: ''
field: title
add_link: link
style:
- text-align: center
- font-size: 1.5rem