From 34a57a292a2c2abd7906992f947c96fff589a0eb Mon Sep 17 00:00:00 2001 From: fedy95 Date: Sun, 21 Mar 2021 20:29:58 +0300 Subject: [PATCH] add group color picker for lamps --- etc/config/configuration.yaml | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/etc/config/configuration.yaml b/etc/config/configuration.yaml index cc52939..a186d4c 100644 --- a/etc/config/configuration.yaml +++ b/etc/config/configuration.yaml @@ -77,13 +77,27 @@ yeelight: # https://github.com/claytonjn/hass-circadian_lighting circadian_lighting: switch: - - platform: circadian_lighting - lights_ct: - - light.room_unit0 - - light.room_unit1 - - light.room_unit2 - - light.room_unit3 - - light.room_unit4 - - light.room_unit5 - - light.room_unit6 - - light.room_unit7 + - platform: circadian_lighting + name: Circadian lighting + lights_ct: + - light.room_unit0 + - light.room_unit1 + - light.room_unit2 + - light.room_unit3 + - light.room_unit4 + - light.room_unit5 + - light.room_unit6 + - light.room_unit7 + +light: + - platform: group + name: General group + entities: + - light.room_unit0 + - light.room_unit1 + - light.room_unit2 + - light.room_unit3 + - light.room_unit4 + - light.room_unit5 + - light.room_unit6 + - light.room_unit7