1
0

Add setting hue sync settings with tv

This commit is contained in:
Przemek Grondek 2021-09-05 19:17:28 +02:00
parent a7f8f5eaec
commit cd3b9f5b83

View File

@ -9,6 +9,11 @@ tv_nintendo_switch:
source: TV source: TV
target: target:
entity_id: media_player.living_room entity_id: media_player.living_room
- service: huesyncbox.set_sync_mode
target:
entity_id: media_player.sync_box
data:
mode: game
tv_ps4: tv_ps4:
alias: PlayStation 4 alias: PlayStation 4
icon: mdi:sony-playstation icon: mdi:sony-playstation
@ -20,6 +25,11 @@ tv_ps4:
source: TV source: TV
target: target:
entity_id: media_player.living_room entity_id: media_player.living_room
- service: huesyncbox.set_sync_mode
target:
entity_id: media_player.sync_box
data:
mode: game
tv_twitch: tv_twitch:
alias: Twitch alias: Twitch
icon: mdi:twitch icon: mdi:twitch
@ -49,6 +59,11 @@ tv_twitch:
source: Twitch source: Twitch
target: target:
entity_id: media_player.nvidia_shield entity_id: media_player.nvidia_shield
- service: huesyncbox.set_sync_mode
target:
entity_id: media_player.sync_box
data:
mode: game
tv_youtube: tv_youtube:
alias: YouTube alias: YouTube
icon: mdi:youtube icon: mdi:youtube
@ -78,6 +93,11 @@ tv_youtube:
source: SmartTube source: SmartTube
target: target:
entity_id: media_player.nvidia_shield entity_id: media_player.nvidia_shield
- service: huesyncbox.set_sync_mode
target:
entity_id: media_player.sync_box
data:
mode: video
tv_netflix: tv_netflix:
alias: Netflix alias: Netflix
icon: mdi:netflix icon: mdi:netflix
@ -107,6 +127,11 @@ tv_netflix:
source: Netflix source: Netflix
target: target:
entity_id: media_player.nvidia_shield entity_id: media_player.nvidia_shield
- service: huesyncbox.set_sync_mode
target:
entity_id: media_player.sync_box
data:
mode: video
tv_hbogo: tv_hbogo:
alias: HBO GO alias: HBO GO
icon: mdi:netflix icon: mdi:netflix
@ -136,6 +161,11 @@ tv_hbogo:
source: 'HBO GO' source: 'HBO GO'
target: target:
entity_id: media_player.nvidia_shield entity_id: media_player.nvidia_shield
- service: huesyncbox.set_sync_mode
target:
entity_id: media_player.sync_box
data:
mode: video
tv_firefox: tv_firefox:
alias: Firefox alias: Firefox
icon: mdi:firefox icon: mdi:firefox
@ -165,11 +195,15 @@ tv_firefox:
source: Firefox source: Firefox
target: target:
entity_id: media_player.nvidia_shield entity_id: media_player.nvidia_shield
- service: huesyncbox.set_sync_mode
target:
entity_id: media_player.sync_box
data:
mode: video
tv_off: tv_off:
alias: 'TV Off' alias: 'TV Off'
icon: mdi:power icon: mdi:power
sequence: sequence:
- service: switch.turn_off - service: remote.turn_off
entity_id: switch.harmonyhub_play_a_game target:
- service: switch.turn_off entity_id: remote.harmonyhub
entity_id: switch.harmonyhub_shield_tv