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