Skip to content

HomeKit Plugin Hide Devices #4874

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

Closed
erfind opened this issue Mar 10, 2018 · 2 comments
Closed

HomeKit Plugin Hide Devices #4874

erfind opened this issue Mar 10, 2018 · 2 comments

Comments

@erfind
Copy link

erfind commented Mar 10, 2018

I think the new native HomeKit Integration is awesome!

Is there any way to exclude or just show specific device types? Or a way to hide specific devices individually?

@MartinHjelmare
Copy link
Member

If you need help please use our help channels:
https://home-assistant.io/help/#communication-channels

Thanks!

@VdkaShaker
Copy link
Contributor

@erfind I know this is old (and possibly not the right forum), but I'm working on updates to the documentation to clarify this:

# Example filter to include specified domains and exclude specified entities
homekit:
  filter:
    include_domains:
      - alarm_control_panel
      - light
    exclude_entities:
      - light.kitchen_light

Filters are applied as follows:

  • No includes or excludes - pass all entities
  • Includes, no excludes - only include specified entities
  • Excludes, no includes - only exclude specified entities
  • Both includes and excludes:
    • Include domain specified
      • if domain is included, and entity not excluded, pass
      • if domain is not included, and entity not included, fail
    • Exclude domain specified
      • if domain is excluded, and entity not included, fail
      • if domain is not excluded, and entity not excluded, pass
      • if both include and exclude domains specified, the exclude domains are ignored
    • Neither include or exclude domain specified
      • if entity is included, pass (as minor typo in docs #2 above)
      • if entity include and exclude, the entity exclude is ignored

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants