forked from romquenin/home-assistant-config-fr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremote_harmony.yaml
executable file
·512 lines (483 loc) · 14.1 KB
/
remote_harmony.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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
############################################################
## ##
## REMOTE HARMONY ##
## ##
############################################################
input_select:
harmony_hub:
name: Harmony Hub
options:
- PowerOff
- APPLE TV
- SMART TV
- MOVIES TV
- ONE TV
- PC TV
- PS4 TV
- SWITCH TV
- RETRO TV
- 360 TV
- MOVIES
- ONE
- PC
- PS4
- SWITCH
- RETRO
- CHROMECAST
initial: PowerOff
icon: mdi:monitor
automation:
#Lancement des activités avec le script de l'input_select
#Mise a jour de l'input_select par le Hub Harmony
- alias: '[Input_select] mis a jour par HARMONY'
trigger:
platform: state
entity_id: remote.harmony_hub
condition:
condition: template
value_template: "{{ trigger.to_state.attributes.current_activity in state_attr('input_select.harmony_hub', 'options') }}"
action:
service: input_select.select_option
data_template:
entity_id: input_select.harmony_hub
option: "{{ state_attr('remote.harmony_hub', 'current_activity') }}"
- alias: '[Input Select] met a jour HARMONY'
trigger:
platform: state
entity_id: input_select.harmony_hub
action:
service: remote.turn_on
entity_id: remote.harmony_hub
data_template:
activity: >
{% if is_state("input_select.harmony_hub", "MOVIES") %}
30471246
{% elif is_state("input_select.harmony_hub", "PC") %}
21826792
{% elif is_state("input_select.harmony_hub", "PS4") %}
21826901
{% elif is_state("input_select.harmony_hub", "RETRO TV") %}
20137481
{% elif is_state("input_select.harmony_hub", "SMART TV") %}
20137433
{% elif is_state("input_select.harmony_hub", "APPLE TV") %}
36470351
{% elif is_state("input_select.harmony_hub", "CHROMECAST") %}
27932527
{% elif is_state("input_select.harmony_hub", "RETRO") %}
25094446
{% elif is_state("input_select.harmony_hub", "ONE") %}
20492432
{% elif is_state("input_select.harmony_hub", "SWITCH TV") %}
28414227
{% elif is_state("input_select.harmony_hub", "MOVIES TV") %}
30471346
{% elif is_state("input_select.harmony_hub", "360 TV") %}
36480756
{% elif is_state("input_select.harmony_hub", "PS4 TV") %}
20137469
{% elif is_state("input_select.harmony_hub", "SWITCH") %}
29197122
{% elif is_state("input_select.harmony_hub", "PC TV") %}
20138144
{% elif is_state("input_select.harmony_hub", "ONE TV") %}
25310224
{% else %}
-1
{% endif %}
############################################################
## SCENES HARMONY ##
############################################################
- alias: '[Scenes] MOVIES relax audio'
trigger:
- platform: state
entity_id: input_select.harmony_hub
to: 'MOVIES'
action:
- service: script.turn_on
entity_id: script.audio_movies
- alias: '[Scenes] MOVIES relax'
trigger:
- platform: state
entity_id: remote.harmony_hub
condition:
condition: and
conditions:
- condition: state
entity_id: sun.sun
state: 'below_horizon'
- condition: template
value_template: '{{ trigger.to_state.attributes.current_activity == "MOVIES" }}'
action:
- service: scene.turn_on
entity_id: scene.salon_relax
- alias: '[Scenes] MOVIES TV audio'
initial_state: on
trigger:
- platform: state
entity_id: input_select.harmony_hub
to: 'MOVIES TV'
action:
- service: script.turn_on
entity_id: script.audio_movies
- alias: '[Scenes] MOVIES TV relax'
initial_state: on
trigger:
- platform: state
entity_id: remote.harmony_hub
condition:
condition: and
conditions:
- condition: state
entity_id: sun.sun
state: 'below_horizon'
- condition: template
value_template: '{{ trigger.to_state.attributes.current_activity == "MOVIES TV" }}'
action:
- service: scene.turn_on
entity_id: scene.salon_relax
- alias: '[Scenes] PS4 relax'
initial_state: on
trigger:
- platform: state
entity_id: remote.harmony_hub
condition:
condition: and
conditions:
- condition: state
entity_id: sun.sun
state: 'below_horizon'
- condition: template
value_template: '{{ trigger.to_state.attributes.current_activity == "PS4 TV" }}'
action:
service: scene.turn_on
entity_id: scene.salon_relax
- alias: '[Scenes] ONE relax'
initial_state: on
trigger:
- platform: state
entity_id: remote.harmony_hub
condition:
condition: and
conditions:
- condition: state
entity_id: sun.sun
state: 'below_horizon'
- condition: template
value_template: '{{ trigger.to_state.attributes.current_activity == "ONE TV" }}'
action:
service: scene.turn_on
entity_id: scene.salon_relax
- alias: '[Scenes] SWITCH relax'
initial_state: on
trigger:
- platform: state
entity_id: remote.harmony_hub
condition:
condition: and
conditions:
- condition: state
entity_id: sun.sun
state: 'below_horizon'
- condition: template
value_template: '{{ trigger.to_state.attributes.current_activity == "SWITCH TV" }}'
action:
service: scene.turn_on
entity_id: scene.salon_relax
- alias: '[Scenes] PowerOff MOVIES allume la lumière'
initial_state: on
trigger:
- platform: state
entity_id: remote.harmony_hub
condition:
condition: and
conditions:
- condition: state
entity_id: sun.sun
state: 'below_horizon'
- condition: state
entity_id: input_select.harmony_hub
state: 'MOVIES'
- condition: template
value_template: '{{ trigger.to_state.attributes.current_activity == "PowerOff" }}'
action:
- service: scene.turn_on
data:
entity_id: scene.salon_normal
- alias: '[Scenes] PowerOff PC allume la lumière'
initial_state: on
trigger:
- platform: state
entity_id: remote.harmony_hub
condition:
condition: and
conditions:
- condition: state
entity_id: sun.sun
state: 'below_horizon'
- condition: state
entity_id: input_select.harmony_hub
state: 'MOVIES TV'
- condition: template
value_template: '{{ trigger.to_state.attributes.current_activity == "PowerOff" }}'
action:
- service: scene.turn_on
data:
entity_id: scene.salon_normal
- alias: '[Scenes] PowerOff PS4 allume la lumière'
initial_state: on
trigger:
- platform: state
entity_id: remote.harmony_hub
condition:
condition: and
conditions:
- condition: state
entity_id: sun.sun
state: 'below_horizon'
- condition: state
entity_id: input_select.harmony_hub
state: 'PS4 TV'
- condition: template
value_template: '{{ trigger.to_state.attributes.current_activity == "PowerOff" }}'
action:
- service: scene.turn_on
data:
entity_id: scene.salon_normal
- alias: '[Scenes] PowerOff ONE TV allume la lumière'
initial_state: on
trigger:
- platform: state
entity_id: remote.harmony_hub
condition:
condition: and
conditions:
- condition: state
entity_id: sun.sun
state: 'below_horizon'
- condition: state
entity_id: input_select.harmony_hub
state: 'ONE TV'
- condition: template
value_template: '{{ trigger.to_state.attributes.current_activity == "PowerOff" }}'
action:
- service: scene.turn_on
data:
entity_id: scene.salon_normal
- alias: '[Scenes] PowerOff SWITCH allume la lumière'
initial_state: on
trigger:
- platform: state
entity_id: remote.harmony_hub
condition:
condition: and
conditions:
- condition: state
entity_id: sun.sun
state: 'below_horizon'
- condition: state
entity_id: input_select.harmony_hub
state: 'SWITCH TV'
- condition: template
value_template: '{{ trigger.to_state.attributes.current_activity == "PowerOff" }}'
action:
- service: scene.turn_on
data:
entity_id: scene.salon_normal
script:
#Lancement des activités depuis l'input_select
#Activités
'activity_pc_tv':
alias: '[Harmony] PC TV'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '20138144'
service: remote.turn_on
'activity_pc':
alias: '[Harmony] PC'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '21826792'
service: remote.turn_on
'activity_one':
alias: '[Harmony] ONE'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '20492432'
service: remote.turn_on
'activity_one_tv':
alias: '[Harmony] ONE TV'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '25310224'
service: remote.turn_on
'activity_movies':
alias: '[Harmony] MOVIES'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '30471246'
service: remote.turn_on
'activity_movies_tv':
alias: '[Harmony] MOVIES TV'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '30471346'
service: remote.turn_on
'activity_ps4':
alias: '[Harmony] PS4'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '21826901'
service: remote.turn_on
'activity_ps4_tv':
alias: '[Harmony] PS4 TV'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '20137469'
service: remote.turn_on
'activity_retro_tv':
alias: '[Harmony] RETRO TV'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '20137481'
service: remote.turn_on
'activity_retro':
alias: '[Harmony] RETRO'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '25094446'
service: remote.turn_on
'activity_360_tv':
alias: '[Harmony] 360 TV'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '36480756'
service: remote.turn_on
'activity_switch_tv':
alias: '[Harmony] SWITCH TV'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '28414227'
service: remote.turn_on
'activity_switch':
alias: '[Harmony] SWITCH'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '29197122'
service: remote.turn_on
'activity_apple_tv':
alias: '[Harmony] APPLE TV'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '36470351'
service: remote.turn_on
'activity_chromecast_audio':
alias: '[Harmony] Chromecast Audio'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '27932527'
service: remote.turn_on
'activity_smart_tv':
alias: '[Harmony] SMART TV'
sequence:
- data:
entity_id: remote.harmony_hub
activity: '20137433'
service: remote.turn_on
'activity_off':
alias: '[Harmony] Turn Off Activity'
sequence:
- data:
entity_id: remote.harmony_hub
service: remote.turn_off
#Zappiti
'zappiti_power_toggle':
alias: '[Zappiti] power'
sequence:
- data:
command: PowerToggle
device: '50272082'
entity_id: remote.harmony_hub
service: remote.send_command
'zappiti_power_on':
alias: '[Zappiti] on'
sequence:
- data:
command: PowerOn
device: '50272082'
entity_id: remote.harmony_hub
service: remote.send_command
'zappiti_power_off':
alias: '[Zappiti] off'
sequence:
- data:
command: PowerOff
device: '50272082'
entity_id: remote.harmony_hub
service: remote.send_command
#Epson projecteur
'projecteur_power_on':
alias: '[Epson] on'
sequence:
- data:
command: PowerOn
device: '38529218'
entity_id: remote.harmony_hub
service: remote.send_command
'projecteur_power_off':
alias: '[Epson] off'
sequence:
- data:
command: PowerOff
device: '38529218'
entity_id: remote.harmony_hub
service: remote.send_command
#Toile projection
'toile_ouverte':
alias: '[Toile] ouverte'
sequence:
- data:
command: DirectionDown
device: '69866049'
entity_id: remote.harmony_hub
service: remote.send_command
'toile_fermee':
alias: '[Toile] fermée'
sequence:
- data:
command: DirectionUp
device: '69866049'
entity_id: remote.harmony_hub
service: remote.send_command
#Xbox 360
'360_power_on':
alias: '[Xbox 360] on'
sequence:
- data:
command: PowerOn
device: '36034951'
entity_id: remote.harmony_hub
service: remote.send_command
'360_power_off':
alias: '[Xbox 360] off'
sequence:
- data:
command: PowerOff
device: '36034951'
entity_id: remote.harmony_hub
service: remote.send_command