diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2023-04-09 21:17:59 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2023-04-09 21:17:59 +0400 |
commit | 756a33999df9255deb1c08a443a5621d94da0126 (patch) | |
tree | ed40d4465637d99a4da2a0069f18fb15d82f21d5 /scripts.yaml | |
parent | 3b67e6bbc959b5d24f12e7df1574e96085431a56 (diff) | |
download | hass-756a33999df9255deb1c08a443a5621d94da0126.tar.gz hass-756a33999df9255deb1c08a443a5621d94da0126.tar.bz2 hass-756a33999df9255deb1c08a443a5621d94da0126.tar.xz hass-756a33999df9255deb1c08a443a5621d94da0126.zip |
Fixes, multi-room sounds, motion tracking in rooms
Diffstat (limited to 'scripts.yaml')
-rw-r--r-- | scripts.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts.yaml b/scripts.yaml index 09cb932..bf0740b 100644 --- a/scripts.yaml +++ b/scripts.yaml @@ -102,7 +102,7 @@ turn_on_office_lights: - service: light.turn_on data: brightness_pct: 100 - kelvin: 6000 + kelvin: 4500 target: entity_id: light.yeelight_color_0x7caaf86 - service: homeassistant.turn_off |