🎉: add broadlink remote codes
This commit is contained in:
61
scripts/consonance_activities_kodi.yml
Normal file
61
scripts/consonance_activities_kodi.yml
Normal file
@@ -0,0 +1,61 @@
|
||||
---
|
||||
sequence:
|
||||
- action: remote.send_command
|
||||
metadata: {}
|
||||
data:
|
||||
num_repeats: 1
|
||||
delay_secs: 0.4
|
||||
hold_secs: 0
|
||||
device: triangle_ln01a
|
||||
command: power_toggle
|
||||
target:
|
||||
entity_id: remote.rm4pro
|
||||
alias: Turn on Triangle LN01A
|
||||
- action: remote.send_command
|
||||
metadata: {}
|
||||
data:
|
||||
num_repeats: 1
|
||||
delay_secs: 0.4
|
||||
hold_secs: 0
|
||||
device: lg_oled_c1
|
||||
command: power_toggle
|
||||
target:
|
||||
entity_id: remote.rm4pro
|
||||
alias: Turn on TV OLED LG C1
|
||||
- action: input_boolean.turn_on
|
||||
metadata: {}
|
||||
data: {}
|
||||
target:
|
||||
entity_id:
|
||||
- input_boolean.tv_oled_lg_c1
|
||||
- input_boolean.triangle_ln01a
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 5
|
||||
milliseconds: 0
|
||||
- action: remote.send_command
|
||||
metadata: {}
|
||||
data:
|
||||
num_repeats: 1
|
||||
delay_secs: 0.4
|
||||
hold_secs: 0
|
||||
device: triangle_ln01a
|
||||
command: input_optical
|
||||
target:
|
||||
entity_id: remote.rm4pro
|
||||
alias: Set input on Triangle LN01A to Optical
|
||||
- action: remote.send_command
|
||||
metadata: {}
|
||||
data:
|
||||
num_repeats: 1
|
||||
delay_secs: 0.4
|
||||
hold_secs: 0
|
||||
device: lg_oled_c1
|
||||
command: input_hdmi1
|
||||
target:
|
||||
entity_id: remote.rm4pro
|
||||
alias: Set input on TV OLED LG C1 to HDMI1
|
||||
alias: consonance_activities_kodi
|
||||
description: ""
|
||||
icon: mdi:kodi
|
Reference in New Issue
Block a user