-
Notifications
You must be signed in to change notification settings - Fork 2
/
multimedia_mediaplayer_card.yaml
58 lines (58 loc) · 1.68 KB
/
multimedia_mediaplayer_card.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
type: custom:vertical-stack-in-card
title: Woonkamer
cards:
- type: custom:vertical-stack-in-card
cards:
- type: custom:mushroom-media-player-card
entity: media_player.volumiowoonkamer
icon: mdi:speaker
name: VolumioWoonkamer
media_controls:
- play_pause_stop
show_volume_level: false
use_media_info: true
fill_container: true
collapsible_controls: true
- type: custom:vertical-stack-in-card
cards:
- type: custom:mushroom-media-player-card
entity: media_player.volumiowoonkamer
volume_controls:
- volume_mute
- volume_buttons
- volume_set
icon_type: none
primary_info: none
secondary_info: none
show_volume_level: none
collabsible_controls: true
- type: custom:mushroom-chips-card
alignment: center
chips:
- type: entity
entity: script.audio_volumio_radio538
tap_action:
action: toggle
content_info: name
name: 538
- type: entity
entity: script.audio_volumio_radio538top50
tap_action:
action: toggle
content_info: name
name: 538 Top50
- type: entity
entity: script.audio_volumio_100nl
tap_action:
action: toggle
content_info: name
name: 100% NL
card_mod:
style: |
ha-card {
--ha-card-box-shadow: none;
--chip-background: none;
--chip-box-shadow: none;
--chip-spacing: 0;
: -36px;
}