Scene not showing up in Alexa

Hello everyone,
I’m new to HA/HASSIO and I’m coming from the Wink platform with mostly zwave devices. Currently running HASSIO on a rpi 2 with a z-stick gen 5. All my switches, lights and groups are showing up in Alexa after running a discovery, but for whatever reason the two scenes I’ve setup are not.

Can someone explain where I am going wrong?

scene:
  - name: cozy
    entities:
      light.game_room_lights: off
      switch.catwalk_light: off
      light.catwalk_lamp:
        state: on
        brightness: 50
      switch.stairs_light: off
      light.guest_room_lamp:
        state: on
        brightness: 50
      switch.tree: on
      light.living_room_lamp:
        state: on
        brightness: 50
      switch.living_room_light: off
      switch.sink_light: on
      switch.kitchen_lights: off
      switch.breakfast_light: off
      switch.dining_room_light: off
      switch.entryway_light: off
      light.bedroom_light: off
  - name: movies
    entities:
      switch.upstairs_tv: on
      light.game_room_lights:
        state: on
        brightness: 20
      switch.catwalk_light: off
      light.catwalk_lamp:
        state: on
        brightness: 50
      switch.stairs_light: off
      light.guest_room_lamp:
        state: on
        brightness: 50
      switch.tree: on
      light.living_room_lamp:
        state: on
        brightness: 50
      switch.living_room_light: off
      switch.sink_light: on
      switch.kitchen_lights: off
      switch.breakfast_light: off
      switch.dining_room_light: off
      switch.entryway_light: off
      light.bedroom_light: off

How are you connecting home assistant to alexa?

…and where in the Alexa app are you looking for scenes? Devices and Scenes are on separate screens in the Smart Home section.

1 Like

Oh wow… Total noob move on my part. They are showing up in the scene section. Thanks for pointing that out.

Hah, such a simple solution.

1 Like