New Hue lights/bulbs not showing up

Hope someone has a golden tip here.

I recently added some new hue lights to my hue bridge (original hue and ikea). I also added new rooms in the hue bridge for the new lights. So now the new rooms instantly showed up in HA. The new lights are still not shown. Did several reboots, of the hue bridge aswell. No luck yet.

My config yaml:

hue:
  bridges:
    - host: 192.168.0.112
      allow_unreachable: true
      allow_hue_groups: true

Solved:

New entities added via the hue bridge apparently get the initial name as entity_id (hue.color_bulb_1 for example). I found them via the settings-entities tab. Their friendly name is the name as you named them in the hue bridge. This changed somewhere along the road. Hue lights entity_id where always automatically set to the name of the light in the hue bridge.