Compare commits
2 Commits
020189b1d7
...
4790c98642
Author | SHA1 | Date | |
---|---|---|---|
4790c98642 | |||
7100d510b1 |
@ -27,6 +27,19 @@
|
||||
entertainment_area: Racing
|
||||
target:
|
||||
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
|
||||
alias: '[Steam] Set hue sync back'
|
||||
@ -56,3 +69,11 @@
|
||||
entertainment_area: TV Lights
|
||||
target:
|
||||
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
|
||||
|
@ -59,7 +59,7 @@ hallway_lights_on:
|
||||
- service: light.turn_on
|
||||
entity_id: light.hallway_lightstrip
|
||||
data:
|
||||
brightness_pct: 50
|
||||
brightness_pct: 60
|
||||
hs_color:
|
||||
- 360
|
||||
- 100
|
||||
|
@ -59,7 +59,7 @@ bathroom_lights_on:
|
||||
- service: light.turn_on
|
||||
entity_id: light.bathroom_color_zha_group_0x0007
|
||||
data:
|
||||
brightness_pct: 50
|
||||
brightness_pct: 60
|
||||
hs_color:
|
||||
- 360
|
||||
- 100
|
||||
|
@ -52,7 +52,7 @@ kitchen_lights_on:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
brightness_pct: 50
|
||||
brightness_pct: 40
|
||||
hs_color:
|
||||
- 360
|
||||
- 100
|
||||
|
Loading…
Reference in New Issue
Block a user