HA don't see my YeeLight Ceiling Lights

Hi Team,

It’s my first time playing around with HA, but I trying to control my ceiling lights with it.

I’ve Home Assistant 0.102.3; Raspberry Pi 4 4Gb with Raspbian Lite; and 5 YeeLight ceiling lights with last firmware and with the LAN option activated on the app. Its a pretty fresh install…

But, unfortunately the YeeLight Ceiling Lights are not showing in HA.

This is my conf file:

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
#   base_url: example.duckdns.org:8123

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml


discovery:
  ignore:
    - yeelight
yeelight: !include yeelight.yaml

And my yeelight.yaml file:

devices:
    192.168.1.151:
      name: TV Ceiling
      model: ceiling3
      save_on_change: true
    192.168.1.152:
      name: Dinning Ceiling
      model: ceiling3
      save_on_change: true
    192.168.1.153:
      name: Master Suite Ceiling
      model: ceiling3
      save_on_change: true
    192.168.1.154:
      name: Guest Room Ceiling
      model: ceiling3
      save_on_change: true
    192.168.1.155:
      name: Office Ceiling
      model: ceiling3
      save_on_change: true

I’ve used the info about the integration of Yeelight and also the changes from this topic, but no success.

Can someone help and explain what I’m doing wrong and why I can’t see the devices in HA?

Thanks a lot!