Amazon Alexa Smart Home Skill filter globs

Hi all,

Following the component configuration section of the guide Amazon Alexa Smart Home Skill - Home Assistant I have the following in the configuration.yaml file:

alexa:
  smart_home:
    filter:
      include_entity_globs:
        - sensor.*_temperature
        - sensor.*_humidity

which results in only the entities matching the first item in the list sensor.*_temperature exposed to Alexa and the humidity ones missing. I was under impression that the include_entity_globs parameter is a list of items but maybe I’m wrong?

Thanks

Really no one has experienced the same issue? Is this supposed to work or not? I have bunch of sensor.*_humidity entities and all I get from alexa is “that is not supported yet” in the answer.