Add setting hue sync settings with tv
This commit is contained in:
parent
a7f8f5eaec
commit
cd3b9f5b83
@ -9,6 +9,11 @@ tv_nintendo_switch:
|
||||
source: TV
|
||||
target:
|
||||
entity_id: media_player.living_room
|
||||
- service: huesyncbox.set_sync_mode
|
||||
target:
|
||||
entity_id: media_player.sync_box
|
||||
data:
|
||||
mode: game
|
||||
tv_ps4:
|
||||
alias: PlayStation 4
|
||||
icon: mdi:sony-playstation
|
||||
@ -20,6 +25,11 @@ tv_ps4:
|
||||
source: TV
|
||||
target:
|
||||
entity_id: media_player.living_room
|
||||
- service: huesyncbox.set_sync_mode
|
||||
target:
|
||||
entity_id: media_player.sync_box
|
||||
data:
|
||||
mode: game
|
||||
tv_twitch:
|
||||
alias: Twitch
|
||||
icon: mdi:twitch
|
||||
@ -49,6 +59,11 @@ tv_twitch:
|
||||
source: Twitch
|
||||
target:
|
||||
entity_id: media_player.nvidia_shield
|
||||
- service: huesyncbox.set_sync_mode
|
||||
target:
|
||||
entity_id: media_player.sync_box
|
||||
data:
|
||||
mode: game
|
||||
tv_youtube:
|
||||
alias: YouTube
|
||||
icon: mdi:youtube
|
||||
@ -78,6 +93,11 @@ tv_youtube:
|
||||
source: SmartTube
|
||||
target:
|
||||
entity_id: media_player.nvidia_shield
|
||||
- service: huesyncbox.set_sync_mode
|
||||
target:
|
||||
entity_id: media_player.sync_box
|
||||
data:
|
||||
mode: video
|
||||
tv_netflix:
|
||||
alias: Netflix
|
||||
icon: mdi:netflix
|
||||
@ -107,6 +127,11 @@ tv_netflix:
|
||||
source: Netflix
|
||||
target:
|
||||
entity_id: media_player.nvidia_shield
|
||||
- service: huesyncbox.set_sync_mode
|
||||
target:
|
||||
entity_id: media_player.sync_box
|
||||
data:
|
||||
mode: video
|
||||
tv_hbogo:
|
||||
alias: HBO GO
|
||||
icon: mdi:netflix
|
||||
@ -136,6 +161,11 @@ tv_hbogo:
|
||||
source: 'HBO GO'
|
||||
target:
|
||||
entity_id: media_player.nvidia_shield
|
||||
- service: huesyncbox.set_sync_mode
|
||||
target:
|
||||
entity_id: media_player.sync_box
|
||||
data:
|
||||
mode: video
|
||||
tv_firefox:
|
||||
alias: Firefox
|
||||
icon: mdi:firefox
|
||||
@ -165,11 +195,15 @@ tv_firefox:
|
||||
source: Firefox
|
||||
target:
|
||||
entity_id: media_player.nvidia_shield
|
||||
- service: huesyncbox.set_sync_mode
|
||||
target:
|
||||
entity_id: media_player.sync_box
|
||||
data:
|
||||
mode: video
|
||||
tv_off:
|
||||
alias: 'TV Off'
|
||||
icon: mdi:power
|
||||
sequence:
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.harmonyhub_play_a_game
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.harmonyhub_shield_tv
|
||||
- service: remote.turn_off
|
||||
target:
|
||||
entity_id: remote.harmonyhub
|
||||
|
Loading…
Reference in New Issue
Block a user