Compare commits
2 Commits
020189b1d7
...
4790c98642
Author | SHA1 | Date | |
---|---|---|---|
4790c98642 | |||
7100d510b1 |
@ -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
|
||||||
|
@ -59,7 +59,7 @@ hallway_lights_on:
|
|||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.hallway_lightstrip
|
entity_id: light.hallway_lightstrip
|
||||||
data:
|
data:
|
||||||
brightness_pct: 50
|
brightness_pct: 60
|
||||||
hs_color:
|
hs_color:
|
||||||
- 360
|
- 360
|
||||||
- 100
|
- 100
|
||||||
|
@ -59,7 +59,7 @@ bathroom_lights_on:
|
|||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.bathroom_color_zha_group_0x0007
|
entity_id: light.bathroom_color_zha_group_0x0007
|
||||||
data:
|
data:
|
||||||
brightness_pct: 50
|
brightness_pct: 60
|
||||||
hs_color:
|
hs_color:
|
||||||
- 360
|
- 360
|
||||||
- 100
|
- 100
|
||||||
|
@ -52,7 +52,7 @@ kitchen_lights_on:
|
|||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
data:
|
data:
|
||||||
brightness_pct: 50
|
brightness_pct: 40
|
||||||
hs_color:
|
hs_color:
|
||||||
- 360
|
- 360
|
||||||
- 100
|
- 100
|
||||||
|
Loading…
Reference in New Issue
Block a user