-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmedia_player.yaml
31 lines (31 loc) · 989 Bytes
/
media_player.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
- platform: universal
name: Kitchen Speakers
children:
- media_player.owntone_output_kitchen_left
- media_player.owntone_output_kitchen_right
attributes:
state: media_player.owntone_output_kitchen_left
volume_level: media_player.owntone_output_kitchen_left|volume_level
commands:
turn_on:
service: media_player.turn_on
target:
entity_id:
- media_player.owntone_output_kitchen_left
- media_player.owntone_output_kitchen_right
turn_off:
service: media_player.turn_off
target:
entity_id:
- media_player.owntone_output_kitchen_left
- media_player.owntone_output_kitchen_right
set_volume:
service: media_player.volume_set
data:
volume_level: "{{ volume_level }}"
target:
entity_id:
- media_player.owntone_output_kitchen_left
- media_player.owntone_output_kitchen_right
device_class: speaker
unique_id: kitchen_speakers