Disable F1TV when TV is on
This commit is contained in:
parent
48edc10df4
commit
fbcd2be7bf
@ -74,7 +74,7 @@ tv_atv:
|
|||||||
data:
|
data:
|
||||||
mode: video
|
mode: video
|
||||||
tv_f1tv:
|
tv_f1tv:
|
||||||
alias: tv F1
|
alias: F1TV
|
||||||
icon: mdi:android
|
icon: mdi:android
|
||||||
sequence:
|
sequence:
|
||||||
- choose:
|
- choose:
|
||||||
@ -91,26 +91,26 @@ tv_f1tv:
|
|||||||
target:
|
target:
|
||||||
entity_id: media_player.living_room
|
entity_id: media_player.living_room
|
||||||
- delay: 5
|
- delay: 5
|
||||||
- service: androidtv.adb_command
|
- service: androidtv.adb_command
|
||||||
data:
|
data:
|
||||||
command: HOME
|
command: HOME
|
||||||
entity_id: media_player.nvidia_shield
|
entity_id: media_player.nvidia_shield
|
||||||
- delay: 5
|
- delay: 5
|
||||||
- service: media_player.select_source
|
- service: media_player.select_source
|
||||||
data:
|
data:
|
||||||
source: com.formulaone.production
|
source: com.formulaone.production
|
||||||
target:
|
target:
|
||||||
entity_id: media_player.nvidia_shield
|
entity_id: media_player.nvidia_shield
|
||||||
- delay: 5
|
- delay: 5
|
||||||
- service: androidtv.adb_command
|
- service: androidtv.adb_command
|
||||||
data:
|
data:
|
||||||
command: CENTER
|
command: CENTER
|
||||||
entity_id: media_player.nvidia_shield
|
entity_id: media_player.nvidia_shield
|
||||||
- service: huesyncbox.set_sync_mode
|
- service: huesyncbox.set_sync_mode
|
||||||
target:
|
target:
|
||||||
entity_id: media_player.sync_box
|
entity_id: media_player.sync_box
|
||||||
data:
|
data:
|
||||||
mode: video
|
mode: video
|
||||||
tv_off:
|
tv_off:
|
||||||
alias: 'TV Off'
|
alias: 'TV Off'
|
||||||
icon: mdi:power
|
icon: mdi:power
|
||||||
|
Loading…
Reference in New Issue
Block a user