forked from manymuch/Xgimi-4-Home-Assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tv-card-example.yaml
59 lines (58 loc) · 1.13 KB
/
tv-card-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
type: custom:tv-card
entity: remote.z6x
tv: true
left:
service: remote.send_command
service_data:
command: left
entity_id: remote.z6x
right:
service: remote.send_command
service_data:
command: right
entity_id: remote.z6x
up:
service: remote.send_command
service_data:
command: up
entity_id: remote.z6x
down:
service: remote.send_command
service_data:
command: down
entity_id: remote.z6x
select:
service: remote.send_command
service_data:
command: play
entity_id: remote.z6x
back:
service: remote.send_command
service_data:
command: back
entity_id: remote.z6x
volume_up:
service: remote.send_command
service_data:
command: volumeup
entity_id: remote.z6x
volume_down:
service: remote.send_command
service_data:
command: volumedown
entity_id: remote.z6x
volume_mute:
service: remote.send_command
service_data:
command: volumemute
entity_id: remote.z6x
power:
service: remote.send_command
service_data:
command: power
entity_id: remote.z6x
home:
service: remote.send_command
service_data:
command: home
entity_id: remote.z6x