Fix hue sync automations
This commit is contained in:
parent
005a8c2aef
commit
ac77d6ebf3
@ -22,11 +22,11 @@
|
|||||||
entity_id: input_select.home_mode
|
entity_id: input_select.home_mode
|
||||||
state: Day
|
state: Day
|
||||||
action:
|
action:
|
||||||
- service: huesyncbox.set_entertainment_area
|
- service: select.select_option
|
||||||
data:
|
data:
|
||||||
entertainment_area: Racing
|
option: Racing
|
||||||
target:
|
target:
|
||||||
entity_id: media_player.sync_box
|
entity_id: select.sync_box_entertainment_area
|
||||||
- service: cover.close_cover
|
- service: cover.close_cover
|
||||||
target:
|
target:
|
||||||
entity_id:
|
entity_id:
|
||||||
@ -64,11 +64,11 @@
|
|||||||
entity_id: input_select.home_mode
|
entity_id: input_select.home_mode
|
||||||
state: Day
|
state: Day
|
||||||
action:
|
action:
|
||||||
- service: huesyncbox.set_entertainment_area
|
- service: select.select_option
|
||||||
data:
|
data:
|
||||||
entertainment_area: TV Lights
|
option: TV Lights
|
||||||
target:
|
target:
|
||||||
entity_id: media_player.sync_box
|
entity_id: select.sync_box_entertainment_area
|
||||||
- service: automation.turn_on
|
- service: automation.turn_on
|
||||||
target:
|
target:
|
||||||
entity_id:
|
entity_id:
|
||||||
|
@ -9,11 +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
|
- service: select.select_option
|
||||||
target:
|
target:
|
||||||
entity_id: media_player.sync_box
|
entity_id: select.sync_box_sync_mode
|
||||||
data:
|
data:
|
||||||
mode: game
|
option: Game
|
||||||
tv_xbox:
|
tv_xbox:
|
||||||
alias: Xbox Series X
|
alias: Xbox Series X
|
||||||
icon: mdi:microsoft-xbox
|
icon: mdi:microsoft-xbox
|
||||||
@ -25,11 +25,11 @@ tv_xbox:
|
|||||||
source: TV
|
source: TV
|
||||||
target:
|
target:
|
||||||
entity_id: media_player.living_room
|
entity_id: media_player.living_room
|
||||||
- service: huesyncbox.set_sync_mode
|
- service: select.select_option
|
||||||
target:
|
target:
|
||||||
entity_id: media_player.sync_box
|
entity_id: select.sync_box_sync_mode
|
||||||
data:
|
data:
|
||||||
mode: game
|
option: Game
|
||||||
tv_ps4:
|
tv_ps4:
|
||||||
alias: PlayStation 4
|
alias: PlayStation 4
|
||||||
icon: mdi:sony-playstation
|
icon: mdi:sony-playstation
|
||||||
@ -41,11 +41,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
|
- service: select.select_option
|
||||||
target:
|
target:
|
||||||
entity_id: media_player.sync_box
|
entity_id: select.sync_box_sync_mode
|
||||||
data:
|
data:
|
||||||
mode: game
|
option: Game
|
||||||
tv_atv:
|
tv_atv:
|
||||||
alias: Android TV
|
alias: Android TV
|
||||||
icon: mdi:android
|
icon: mdi:android
|
||||||
@ -68,11 +68,11 @@ tv_atv:
|
|||||||
data:
|
data:
|
||||||
command: HOME
|
command: HOME
|
||||||
entity_id: media_player.nvidia_shield
|
entity_id: media_player.nvidia_shield
|
||||||
- service: huesyncbox.set_sync_mode
|
- service: select.select_option
|
||||||
target:
|
target:
|
||||||
entity_id: media_player.sync_box
|
entity_id: select.sync_box_sync_mode
|
||||||
data:
|
data:
|
||||||
mode: video
|
option: Video
|
||||||
|
|
||||||
tv_f1tv_bedroom:
|
tv_f1tv_bedroom:
|
||||||
alias: F1TV Bedroom
|
alias: F1TV Bedroom
|
||||||
@ -109,11 +109,11 @@ tv_f1tv_living_room:
|
|||||||
entity_id: media_player.living_room
|
entity_id: media_player.living_room
|
||||||
- delay: 5
|
- delay: 5
|
||||||
- service: script.tv_f1tv
|
- service: script.tv_f1tv
|
||||||
- service: huesyncbox.set_sync_mode
|
- service: select.select_option
|
||||||
target:
|
target:
|
||||||
entity_id: media_player.sync_box
|
entity_id: select.sync_box_sync_mode
|
||||||
data:
|
data:
|
||||||
mode: video
|
option: Video
|
||||||
|
|
||||||
tv_f1tv:
|
tv_f1tv:
|
||||||
alias: F1TV
|
alias: F1TV
|
||||||
|
Loading…
Reference in New Issue
Block a user