Yeelight entity not showing up

Since a couple of days my yeelight is not working anymore.
on the frontend it says “entity not available: light.living_room”

I am able to control the yeelight from the yeelight app and lan control is on.
this is in my ui-lovelaceui.yaml
- type: light
entity: light.living_room
name: Woonkamer
Devices: 192.168.2.3

also when i look into the entities the lamp is not showing up, what is going wrong?

Did you assign a static IP address for the light? If not it has probably changed from the one in your config.

Nop dit a check the ip is static and is the one that is in my config.

Did you check the developer tools states menu to see if the entity_id has changed?

Can confirm that after updating to 0.103.5 my two yeelight bulbs don’t show up anymore. I can’t find them in the developer tools either.

Can someone help?

When i put below configin configuration.yaml it show’s up:

yeelight:
  devices:
    192.168.2.3:
      name: Game Room
      model: color2

But when i put the above code in Light.yaml, it give me this error:
Invalid config for [light]: required key not provided @ data[‘platform’]. Got None. (See /config/configuration.yaml, line 12).

What am i doing wrong?

also this popup ups after every reboot, i deleted the custom card plugin and intergrations
also cleared it out of my configuration.yaml and ui-lovelace.yaml but still get this popup:

Yeelight is an integration on it’s own. Don’t try to use it as a platform in the light domain. It must be at the top level in your configuration.yaml file, just like light:

The documents give a clear example and location for this configuration: https://www.home-assistant.io/integrations/yeelight/#example-configuration-manual

Its been fixed i posted this in my configuration.yaml

yeelight: !include yeelight.yaml

and this in my yeelight.yaml

  devices:
    192.168.2.3:
      name: Game Room
      model: color2

Which is equivalent to what I said.