Issue with LimitlessLED basic setup - Component "platform" is not found

Hello, having issues with basic config of LimitlessLED for an old V2 or V3 bridge. Here’s my config, which makes the light groups to show up at the dashboard providing on/off buttons but they do not work as the config seems defective:

frontend:
config:
http:
updater:
discovery:
  ignore:
    - samsung_tv
history:
logbook:
sun:
sensor:
platform: yweather
tts:
  platform: google

light:
  platform: limitlessled
  bridges:
    - host: 10.1.1.25
      version: 2
      port: 8899
      groups:
      - number: 1
        type: rgbw
        name: DeskSide
      - number: 2
        type: rgbw
        name: DeskTop
      - number: 3
        type: rgbw
        name: Window
        fade: on
      - number: 4
        type: rgbw
        name: Wall
group: !include groups.yaml
automation: !include automations.yaml

Now please see error logs. Tells me component platform is not found. What am I doing wrong?

Testing configuration at /home/homeassistant/.homeassistant
2017-07-03 19:57:32 INFO (MainThread) [homeassistant.setup] Setting up introduction
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain introduction took 1.0 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up http
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up recorder
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.0 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up api
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up history
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up frontend
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up discovery
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up conversation
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up sun
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up sensor
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up group
2017-07-03 19:57:33 ERROR (MainThread) [homeassistant.loader] Unable to find component platform
2017-07-03 19:57:33 ERROR (MainThread) [homeassistant.setup] Setup failed for platform: Component not found.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up updater
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain discovery took 0.1 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.1 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.1 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.1 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.1 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up config
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up tts
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up logbook
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.1 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up light
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setting up automation
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.0 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.0 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.0 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.0 seconds.
2017-07-03 19:57:33 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.0 seconds.
Failed config
  General Errors: 
    - Component not found: platform
    - Setup failed for platform: Component not found.

Successful config (partial)

use preformatted text when posting YAML. Indentation is significant. Looks like you’re missing an indent before platform: yweather

Thanks, it was the missing space. Thanks for pointing out that indents are critical.

FYI - this might be helpful: