Update tv automations
This commit is contained in:
parent
5d01733ab6
commit
c53957eea3
2 changed files with 12 additions and 27 deletions
|
@ -157,7 +157,7 @@
|
|||
domain: zha
|
||||
platform: device
|
||||
type: remote_button_alt_short_press
|
||||
subtype: button_3
|
||||
subtype: button_4
|
||||
action:
|
||||
- choose:
|
||||
- conditions:
|
||||
|
@ -248,10 +248,5 @@
|
|||
type: remote_button_alt_double_press
|
||||
subtype: button_6
|
||||
action:
|
||||
- service: remote.send_command
|
||||
entity_id: remote.harmonyhub
|
||||
data:
|
||||
device: Samsung TV
|
||||
command: PowerToggle
|
||||
- service: remote.turn_off
|
||||
entity_id: remote.harmonyhub
|
||||
|
|
|
@ -3,7 +3,7 @@ tv_nintendo_switch:
|
|||
icon: mdi:nintendo-switch
|
||||
sequence:
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.harmonyhub_play_a_game
|
||||
entity_id: switch.harmonyhub_play_nintendo_switch
|
||||
- service: media_player.select_source
|
||||
data:
|
||||
source: TV
|
||||
|
@ -48,12 +48,10 @@ tv_twitch:
|
|||
target:
|
||||
entity_id: media_player.living_room
|
||||
- delay: 5
|
||||
- service: media_player.select_source
|
||||
- service: androidtv.adb_command
|
||||
data:
|
||||
source: 'AndroidTV Launcher'
|
||||
target:
|
||||
command: HOME
|
||||
entity_id: media_player.nvidia_shield
|
||||
- delay: 1
|
||||
- service: media_player.select_source
|
||||
data:
|
||||
source: Twitch
|
||||
|
@ -82,12 +80,10 @@ tv_youtube:
|
|||
target:
|
||||
entity_id: media_player.living_room
|
||||
- delay: 5
|
||||
- service: media_player.select_source
|
||||
- service: androidtv.adb_command
|
||||
data:
|
||||
source: 'AndroidTV Launcher'
|
||||
target:
|
||||
command: HOME
|
||||
entity_id: media_player.nvidia_shield
|
||||
- delay: 1
|
||||
- service: media_player.select_source
|
||||
data:
|
||||
source: SmartTube
|
||||
|
@ -116,12 +112,10 @@ tv_netflix:
|
|||
source: TV
|
||||
target:
|
||||
entity_id: media_player.living_room
|
||||
- service: media_player.select_source
|
||||
- service: androidtv.adb_command
|
||||
data:
|
||||
source: 'AndroidTV Launcher'
|
||||
target:
|
||||
command: HOME
|
||||
entity_id: media_player.nvidia_shield
|
||||
- delay: 1
|
||||
- service: media_player.select_source
|
||||
data:
|
||||
source: Netflix
|
||||
|
@ -150,12 +144,10 @@ tv_hbogo:
|
|||
source: TV
|
||||
target:
|
||||
entity_id: media_player.living_room
|
||||
- service: media_player.select_source
|
||||
- service: androidtv.adb_command
|
||||
data:
|
||||
source: 'AndroidTV Launcher'
|
||||
target:
|
||||
command: HOME
|
||||
entity_id: media_player.nvidia_shield
|
||||
- delay: 1
|
||||
- service: media_player.select_source
|
||||
data:
|
||||
source: 'HBO GO'
|
||||
|
@ -184,12 +176,10 @@ tv_firefox:
|
|||
source: TV
|
||||
target:
|
||||
entity_id: media_player.living_room
|
||||
- service: media_player.select_source
|
||||
- service: androidtv.adb_command
|
||||
data:
|
||||
source: 'AndroidTV Launcher'
|
||||
target:
|
||||
command: HOME
|
||||
entity_id: media_player.nvidia_shield
|
||||
- delay: 1
|
||||
- service: media_player.select_source
|
||||
data:
|
||||
source: Firefox
|
||||
|
|
Loading…
Reference in a new issue