Animated-scenes how to use

Just trying to install this :GitHub - chazzu/hass-animated-scenes: Custom component for Home Assistant which allows you to create animated color and brightness scenes with many options.
on docker :
download zip file,
unpack it on desktop
now in docker home assistant folder (yes where is yaml files)
add a folder named custom_components
here COPY “animated_scenes” folder (unpacked before), and leave the 7 files out of that, (but in Custom_components folder).

|-custom_components
|- png , psd, gitignore… 7 files
|-- animated_scenes

Restart Home Assistant,
and now " In Home Assistant, go to Settings → Devices & Services. Click Add Integration

  • Select the Animated Scenes integration."

Finally you can see “Animated Scenes”

Now the question :
ok BUT Where to enter the infos for colors ?

on the automation i read only :

  • color_type: rgb_color
    color:
    • 255
    • 0
    • 0
      brightness:
    • 0
    • 255
      one_change_per_tick: true
      nearby_colors: 0
      weight: 10

where I put : ?
transition: [1, 4]
change_frequency: 5
change_amount: 6

Am I missing something ?

None have time to try this integration? (is more easy not docker installation) It seems quite interesting to animate a not native HUE lamp… something was wrong with the standard code or my implementation :slight_smile: the lamp blink too fast and it never stop… :pensive: