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