summaryrefslogtreecommitdiffstats
path: root/scripts.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts.yaml')
-rw-r--r--scripts.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts.yaml b/scripts.yaml
index 59b3898..09cb932 100644
--- a/scripts.yaml
+++ b/scripts.yaml
@@ -95,3 +95,18 @@ kodi_sleep:
target:
entity_id: media_player.smartpi
mode: single
+turn_on_office_lights:
+ alias: turn_on_office_lights
+ sequence:
+ - parallel:
+ - service: light.turn_on
+ data:
+ brightness_pct: 100
+ kelvin: 6000
+ target:
+ entity_id: light.yeelight_color_0x7caaf86
+ - service: homeassistant.turn_off
+ data: {}
+ target:
+ entity_id: switch.lights_living_lustre
+ mode: single