From baf78d930c8214acadc4eb86667e0da790812862 Mon Sep 17 00:00:00 2001 From: fedy95 Date: Sun, 21 Mar 2021 09:42:43 +0000 Subject: [PATCH] add-lamps --- etc/config/configuration.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/etc/config/configuration.yaml b/etc/config/configuration.yaml index fc6cc66..d3fefa1 100644 --- a/etc/config/configuration.yaml +++ b/etc/config/configuration.yaml @@ -52,6 +52,30 @@ yeelight: use_music_mode: false save_on_change: false model: color4 + 10.10.10.14: + name: Room unit4 + transition: 1000 + use_music_mode: false + save_on_change: false + model: color4 + 10.10.10.15: + name: Room unit5 + transition: 1000 + use_music_mode: false + save_on_change: false + model: color4 + 10.10.10.16: + name: Room unit6 + transition: 1000 + use_music_mode: false + save_on_change: false + model: color4 + 10.10.10.17: + name: Room unit7 + transition: 1000 + use_music_mode: false + save_on_change: false + model: color4 # https://github.com/claytonjn/hass-circadian_lighting circadian_lighting: @@ -62,3 +86,7 @@ switch: - light.room_unit1 - light.room_unit2 - light.room_unit3 + - light.room_unit4 + - light.room_unit5 + - light.room_unit6 + - light.room_unit7