Limitless LED issue

I seem to have fallen at the first hurdle with HASS.io I am trying to control my lights and have put the below config into the configuration.yaml file. The controls for the lights show on the dashboard but when I flick the switch nothing happens

Any ideas?

light:
platform: limitlessled
bridges:

  • host: 192.168.1.14
    port: 8899
    groups:
  • number: 1
    type: rgbw
    name: FrontRoom
  • number: 2
    type: rgbww
    name: Kitchen -
    number: 3
    type: rgbw
    name: Bedroom
  • number: 4
    type: rgbw
    name: Lamp

You need to properly format your code.

Are you sure you have the correct IP address for the bridge? Can you control the lights with the app? Are you sure you have the right bridge configured?

Thank you for your reply. Sorry about the code. I have now fixed it. IP was right but the version number wasn’t. Changed that to 3 twice and it finally kicked in and I can now control it.