To filter what entities are exposed to Alexa/Google using labels. #3322
Unanswered
AriaGen
asked this question in
I'm not sure
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your request
Using home-assistant-matter-hub, as an example:
https://github.com/riddix/home-assistant-matter-hub
I am able to expose my entities through the UI by assigning labels.
Unless I have mis-read something regarding the Alexa skill:
https://www.home-assistant.io/integrations/alexa.smart_home/#configure-filter
Currently limited to using yaml to filter.
My current work around is:
include_entity_globs:
- light.*_al
But with this method, I have to rename entities to expose them.
Why the uncertainty?
The only option for "Integrations" seems to be for new ones, not changes to current ones (unless I've missed it).
Use cases
It would make it easier for exposing devices.
What areas might this affect?
Maybe?
Anything else?
I'm sorry if there is another solution already there and I've missed it in the docs!
Beta Was this translation helpful? Give feedback.
All reactions