Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hide Alexa objects with friendlyname starting with '$' #6798

Merged
merged 1 commit into from
Oct 31, 2019

Conversation

s-hadinger
Copy link
Collaborator

Description:

After second thoughts, it was actually easy to hide specific objects from Alexa.
Objects with friendly-names starting with dollar sign '$' will not be discovered by Alexa. If they were already discovered previously, they will still continue to work.

As there are only 4 friendly names, if friendlyname-4 starts with '$', all devices after device number 4 (included) will not be discovered by Alexa.

Related issue (if applicable): fixes #6722 #6762

Checklist:

  • The pull request is done against the latest dev branch
  • Only relevant files were touched
  • Only one feature/fix was added per PR.
  • The code change is tested and works on core pre-2.6
  • The code change pass travis tests. Your PR cannot be merged unless tests pass
  • I accept the CLA.

@arendst arendst merged commit c797f06 into arendst:development Oct 31, 2019
@ascillato2 ascillato2 added this to the v7.1.0 milestone Nov 1, 2019
@ascillato2 ascillato2 added enhancement Type - Enhancement that will be worked on fixed Result - The work on the issue has ended labels Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type - Enhancement that will be worked on fixed Result - The work on the issue has ended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hide alexa objects
3 participants