1
0

Update steam automation

This commit is contained in:
Przemek Grondek 2022-08-13 02:05:12 +02:00
parent 7100d510b1
commit 4790c98642

View File

@ -27,6 +27,19 @@
entertainment_area: Racing entertainment_area: Racing
target: target:
entity_id: media_player.sync_box entity_id: media_player.sync_box
- service: cover.close_cover
target:
entity_id:
- cover.office_blinds
- cover.dining_blinds
- service: automation.turn_off
target:
entity_id:
- automation.brightness_bright
- automation.brightness_dark
- automation.brightness_dark_turn_on_lights
- automation.brightness_very_bright
- automation.brightness_very_bright_2
- id: steam-hue-sync-normal - id: steam-hue-sync-normal
alias: '[Steam] Set hue sync back' alias: '[Steam] Set hue sync back'
@ -56,3 +69,11 @@
entertainment_area: TV Lights entertainment_area: TV Lights
target: target:
entity_id: media_player.sync_box entity_id: media_player.sync_box
- service: automation.turn_on
target:
entity_id:
- automation.brightness_bright
- automation.brightness_dark
- automation.brightness_dark_turn_on_lights
- automation.brightness_very_bright
- automation.brightness_very_bright_2