-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathkevin-example.yaml
306 lines (306 loc) · 12.1 KB
/
kevin-example.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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
button_card_templates:
group_players:
group_expand: true
styles:
card:
- height: 80px
tap_action:
action: call-service
service: >-
[[[ if (entity.state == "on") return "homeassistant.turn_off"; else
return "homeassistant.turn_on" ]]]
service_data:
entity_id: entity
sound_mode:
group_expand: true
styles:
card:
- height: 80px
tap_action:
action: call-service
service: media_player.volume_set
service_data:
entity_id: entity
volume_level: '[[[ return variables.level ]]]'
views:
- title: Home
type: panel
cards:
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: vertical-stack
cards:
- type: conditional
conditions:
- entity: input_boolean.spoton
state: 'on'
card:
type: custom:mini-media-player
entity: media_player.spotify_kevin_brown
artwork: full-cover
source: full
sound_mode: full
hide:
volume: true
source: true
power_state: true
icon: true
controls: true
power: true
name: true
info: true
progress: true
- type: conditional
conditions:
- entity: input_boolean.volumion
state: 'on'
card:
type: iframe
url: http://192.168.2.243
aspect_ratio: 150%
- type: conditional
conditions:
- entity: input_boolean.lmusicon
state: 'on'
card:
type: iframe
url: http://192.168.2.245:8321
aspect_ratio: 150%
- type: conditional
conditions:
- entity: input_boolean.pandon
state: 'on'
card:
type: picture-entity
show_state: false
show_name: false
camera_view: auto
entity: sensor.lastfm_coverart_mega
image: https://demo.home-assistant.io/stub_config/bedroom.png
camera_image: camera.pandora_coverart
- type: conditional
conditions:
- entity: input_boolean.mediaextractoron
state: 'on'
card:
type: entities
entities:
- entity: input_text.media_extractor_url
name: Media URL
type: custom:text-input-row
- type: conditional
conditions:
- entity: input_boolean.mediaextractoron
state: 'on'
card:
type: custom:mini-media-player
hide:
volume: true
power: true
source: full
sound_mode: full
replace_mute: play_pause
info: scroll
entity: media_player.dax88_8672
artwork: full-cover
- type: vertical-stack
cards:
- type: vertical-stack
cards:
- type: conditional
conditions:
- entity: input_boolean.pandon
state: 'off'
- entity: input_boolean.spoton
state: 'off'
- entity: input_boolean.lmusicon
state: 'off'
- entity: input_boolean.volumion
state: 'off'
- entity: input_boolean.airplayon
state: 'off'
- entity: input_boolean.mediaextractoron
state: 'off'
card:
type: markdown
content: >-
No **Music Source** is selected. Please use the
switch to **turn on** a Music Source.
- type: conditional
conditions:
- entity: input_boolean.volumion
state: 'on'
card:
type: custom:mini-media-player
entity: media_player.rcvolumio
group: true
hide:
volume: true
power: true
source: true
sound_mode: full
replace_mute: play_pause
info: scroll
- type: conditional
conditions:
- entity: input_boolean.pandon
state: 'on'
card:
type: custom:mini-media-player
entity: media_player.pandora
group: true
hide:
volume: true
power: true
source: full
sound_mode: full
replace_mute: play_pause
info: scroll
- type: conditional
conditions:
- entity: input_boolean.spoton
state: 'on'
card:
type: custom:mini-media-player
entity: media_player.spotify_kevin_brown
group: true
hide:
volume: true
power: true
source: true
sound_mode: full
replace_mute: play_pause
info: scroll
- type: horizontal-stack
cards:
- type: custom:auto-entities
card:
type: entities
title: Music Sources
show_header_toggle: false
state_color: true
filter:
include:
- entity_id: '*spoton*'
options:
icon: mdi:music
- entity_id: '*pandon*'
options:
icon: mdi:music
- entity_id: '*volumion*'
options:
icon: mdi:music
- entity_id: '*airplayon*'
options:
icon: mdi:music
- entity_id: '*extractoron*'
options:
icon: mdi:music
exclude: []
sort:
method: none
- type: custom:auto-entities
card:
type: entities
title: Speaker Zones
show_header_toggle: false
state_color: true
group: true
hide:
play_pause: true
filter:
include:
- entity_id: media_player.xan*
options:
sourceicon: mdi:music
type: custom:mini-media-player
group: true
hide:
controls: true
icon: true
source: false
exclude:
- entity_id: media_player.xantech8_xantech_house_audio
- type: horizontal-stack
title: Speaker Groups
cards:
- type: custom:button-card
template: group_players
entity: group.dax_party_mode
name: Party
- type: custom:button-card
template: group_players
entity: group.dax_tasting
name: Tasting
- type: custom:button-card
template: group_players
entity: group.dax_backyard
name: Backyard
- type: custom:button-card
template: group_players
entity: group.dax_outside
name: Outside
- type: custom:button-card
template: group_players
entity: group.dax_living
name: Living
- type: horizontal-stack
title: Sound Mode
cards:
- type: custom:button-card
icon: mdi:account-circle
variables:
level: 0.08
template: sound_mode
entity: group.dax_party_mode
name: Conversation
- type: custom:button-card
icon: mdi:volume-low
variables:
level: 0.15
template: sound_mode
entity: group.dax_party_mode
name: Soft
- type: custom:button-card
icon: mdi:volume-medium
variables:
level: 0.25
template: sound_mode
entity: group.dax_party_mode
name: Fun
- type: custom:button-card
icon: mdi:volume-high
variables:
level: 0.5
template: sound_mode
entity: group.dax_party_mode
name: Dance
- type: custom:button-card
icon: mdi:fire-circle
variables:
level: 0.65
template: sound_mode
entity: group.dax_party_mode
name: Blowout
- type: vertical-stack
cards:
- type: conditional
conditions:
- entity: input_boolean.spoton
state: 'on'
card:
type: custom:spotify-card
spotify_entity: media_player.spotify_kevin_brown
account: default
always_play_random_song: true
grid_show_title: true
grid_covers_per_row: '10'
hide_warning: true
hide_top_header: true
limit: 40
country_code: us
playlist_type: default
display_style: grid
hide_currently_playing: true`