Using 'MagicHome' LED lamps

I have 2 LED lamps branded ‘HeKee’, which can be controlled by the ‘MagicHome’ app.

The page https://www.home-assistant.io/integrations/flux_led say that there is a good chance that the lamps can be used with Home Assistant.

I’ve put in my configuration.yaml file:

light:

  • platform: flux_led
    devices:
    192.168.1.8:
    name: flux_lamp
    mode: “w”

But whilst an icon for the lamp appears in the Overview, it’s greyed out and doesn’t work. I also get the message that it’s “Unavailable” and “This entity does not have a unique ID, therefore its settings cannot be managed from the UI.”.

Obviously the problem is either that my particular bulbs simply don’t work with H.A. or that the configuration is incorrect.

I’d be grateful for any help, please.

Jim