Can't get Lifx Cloud integration to show scenes

Trying to get the Lifx scenes showing up in my HA by using the LIFX Cloud integration, and I can’t manage to. This is where I’m at:

scene: !include scenes.yaml
scene old:
  - platform: lifx_cloud
    token: !secret lifx_token

I also tried putting the platform part and token in scenes.yaml, but with no results either.

That should work though sometimes the LIFX cloud is slow and you have to set timeout: 30 as well.

The scenes should appear as entities that you can turn on.

Figured out why it wasn’t working, had to use just the token without the label

Just got a LiFX Beam. I added the:

- platform: lifx_cloud
  token: 'MY_TOKEN'

This gives no errors, but I see no scenes
I also tried this:

scene DanceParty:
      - platform: lifx_cloud
        token: 'MY_TOKEN'

This one spits out errors.
I see no LIFX scenes in my list of scenes in the gui in either case.
Do I need to add each scene from the cloud and include the -platform and token for each? Perhaps an example of your scene yaml would be all I need. Thanks!
Pretty sure I am just messing up the syntax.

Thanks!