-
Notifications
You must be signed in to change notification settings - Fork 0
/
philips_remote.yaml
32 lines (30 loc) · 1.07 KB
/
philips_remote.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
philips_pause:
alias: "Pause Philips android TV"
sequence:
- service: androidtv.adb_command
target:
entity_id: media_player.philips_android_tv
data:
command: "sendevent /dev/input/event1 24 2 0 &&
sendevent /dev/input/event1 1 201 1 &&
sendevent /dev/input/event1 0 0 0 &&
sendevent /dev/input/event1 24 2 0 &&
sendevent /dev/input/event1 1 201 0 &&
sendevent /dev/input/event1 0 0 0"
philips_play:
alias: "Play Philips android TV"
sequence:
- service: androidtv.adb_command
target:
entity_id: media_player.philips_android_tv
data:
command: "sendevent /dev/input/event1 24 2 0 &&
sendevent /dev/input/event1 1 201 1 &&
sendevent /dev/input/event1 0 0 0 &&
sendevent /dev/input/event1 24 2 0 &&
sendevent /dev/input/event1 1 201 0 &&
sendevent /dev/input/event1 0 0 0"
philips_power:
alias: "Toggle power Philips android tv"
sequence:
- service: