1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
4790c98642 Update steam automation 2022-08-13 02:05:12 +02:00
7100d510b1 Change brightness for lights during night 2022-08-12 22:08:40 +02:00
4 changed files with 24 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -52,7 +52,7 @@ kitchen_lights_on:
sequence:
- service: light.turn_on
data:
brightness_pct: 50
brightness_pct: 40
hs_color:
- 360
- 100