Alexa not filtering entities

I’ve got ONE lightbulb that I’d like to expose to Alexa. I have everything configured using the Amazon Alexa Smart Home Skill as outlined here: Amazon Alexa Smart Home Skill - Home Assistant

Everything is working but I can’t get it to filter my entities. I put this in my coniguration:

#Alexa
alexa:
  smart_home:
  filter:
      include_entities:
        - light.master_closet_light

But it is bringing everything in, including my sensors, scenes, etc. What am I doing wrong?

I have no experience with the skill, but the indentation seems wrong:


alexa:
  smart_home:
    filter:

2 Likes

That was it! Such a stupid error and such an easy fix. Thanks!