0.88 Config Warning (custom_effects of platform: yeelight)

Hi all!
I have this warning:

Please remove [custom_effects]. (See /config/configuration.yaml, line 111).

for this configuration:

light:

  • platform: yeelight
    devices:
    192.168.9.148:
    name: Lampa Sherut
    192.168.9.222:
    name: Lampa Vhod
    192.168.9.211:
    name: Strip TV Salon
    custom_effects:
    • name: ‘Dud’
      flow_params:
      count: 0
      transitions:
      - RGBTransition: [255, 0, 0, 2000, 5]
      - RGBTransition: [255, 0, 0, 2000, 100]

I configured this from this example : https://www.home-assistant.io/components/light.yeelight/#custom-effects

Hi there! Have you solved the problem? I have a same one and I don’t know how to handle it.