-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmediaplayer.yaml
208 lines (208 loc) · 7.76 KB
/
mediaplayer.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
- platform: media_player_template
media_players:
google_tv_unified:
friendly_name: Google TV Unified
value_template: "{{ states('media_player.google_tv') }}"
current_source_template: "{{ state_attr('media_player.google_tv', 'source') }}"
current_volume_template: "{{ state_attr('media_player.google_tv', 'volume_level') }}"
title_template: "{{ state_attr('media_player.google_tv_cast', 'media_title') }}"
media_content_type_template: "{{ state_attr('media_player.google_tv_cast', 'media_content_type') }}"
media_image_url_template: "{{ state_attr('media_player.google_tv', 'entity_picture') }}"
media_duration_template: "{{ state_attr('media_player.google_tv_cast', 'media_duration') }}"
artist_template: "{{ state_attr('media_player.google_tv_cast', 'media_artist') }}"
turn_on:
action: media_player.turn_on
data:
entity_id: media_player.google_tv_remote
turn_off:
action: media_player.turn_off
data:
entity_id: media_player.google_tv_remote
play:
action: media_player.media_play
data_template:
entity_id: media_player.google_tv_cast
stop:
action: media_player.media_stop
data_template:
entity_id: media_player.google_tv_cast
pause:
action: media_player.media_pause
data_template:
entity_id: media_player.google_tv_cast
next:
action: media_player.media_next_track
data_template:
entity_id: media_player.google_tv_cast
previous:
action: media_player.media_previous_track
data_template:
entity_id: media_player.google_tv_cast
seek:
action: media_player.media_seek
data_template:
entity_id: media_player.google_tv_cast
seek_position: '10'
play_media:
action: media_player.play_media
data_template:
entity_id: media_player.google_tv_cast
media_content_id: 101
media_content_type: episode
volume_up:
action: media_player.volume_up
data:
entity_id: media_player.google_tv_remote
volume_down:
action: media_player.volume_down
data:
entity_id: media_player.google_tv_remote
inputs:
YouTube:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv
source: "YouTube"
Netflix:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv
source: "Netflix"
Prime Video:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv
source: "Prime Video"
Play Store:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv
source: "Play Store"
Spotify:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv
source: "Spotify"
Express VPN:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv
source: "Express VPN"
Google Cast:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv
source: "Google Cast"
Jellyfin:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv
source: "org.jellyfin.androidtv"
Home:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv
source: "com.google.android.apps.tv.launcherx"
google_tv_streamer_unified:
friendly_name: Google TV Streamer Unified
value_template: "{{ states('media_player.google_tv_streamer') }}"
current_source_template: "{{ state_attr('media_player.google_tv_streamer', 'source') }}"
current_volume_template: "{{ state_attr('media_player.google_tv_streamer', 'volume_level') }}"
title_template: "{{ state_attr('media_player.google_tv_streamer_cast', 'media_title') }}"
media_content_type_template: "{{ state_attr('media_player.google_tv_streamer_cast', 'media_content_type') }}"
media_image_url_template: "{{ state_attr('media_player.google_tv_streamer', 'entity_picture') }}"
media_duration_template: "{{ state_attr('media_player.google_tv_streamer_cast', 'media_duration') }}"
artist_template: "{{ state_attr('media_player.google_tv_streamer_cast', 'media_artist') }}"
turn_on:
action: media_player.turn_on
data:
entity_id: media_player.google_tv_streamer_remote
turn_off:
action: media_player.turn_off
data:
entity_id: media_player.google_tv_streamer_remote
play:
action: media_player.media_play
data_template:
entity_id: media_player.google_tv_streamer_cast
stop:
action: media_player.media_stop
data_template:
entity_id: media_player.google_tv_streamer_cast
pause:
action: media_player.media_pause
data_template:
entity_id: media_player.google_tv_streamer_cast
next:
action: media_player.media_next_track
data_template:
entity_id: media_player.google_tv_streamer_cast
previous:
action: media_player.media_previous_track
data_template:
entity_id: media_player.google_tv_streamer_cast
seek:
action: media_player.media_seek
data_template:
entity_id: media_player.google_tv_streamer_cast
seek_position: '10'
play_media:
action: media_player.play_media
data_template:
entity_id: media_player.google_tv_streamer_cast
media_content_id: 101
media_content_type: episode
volume_up:
action: media_player.volume_up
data:
entity_id: media_player.google_tv_streamer_remote
volume_down:
action: media_player.volume_down
data:
entity_id: media_player.google_tv_streamer_remote
inputs:
YouTube:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv_streamer
source: "YouTube"
Netflix:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv_streamer
source: "Netflix"
Prime Video:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv_streamer
source: "Prime Video"
Play Store:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv_streamer
source: "Play Store"
Spotify:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv_streamer
source: "Spotify"
Express VPN:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv_streamer
source: "Express VPN"
Google Cast:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv_streamer
source: "Google Cast"
Jellyfin:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv_streamer
source: "org.jellyfin.androidtv"
Home:
action: media_player.select_source
data_template:
entity_id: media_player.google_tv_streamer
source: "com.google.android.apps.tv.launcherx"