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

HomeKit instructions are not correct #141

Closed
palazzem opened this issue Feb 15, 2024 · 2 comments
Closed

HomeKit instructions are not correct #141

palazzem opened this issue Feb 15, 2024 · 2 comments

Comments

@palazzem
Copy link
Owner

Describe the bug
HomeKit docs are not correct and the current configuration creates multiple instances. We should update it to:

homekit:
  - filter:
      include_domains:
        - alarm_control_panel
    entity_config:
      alarm_control_panel.alarm_panel:
       code: <PIN CODE>
    name: HASS Bridge Alarm  # Remove the YAML list block (`-`)
    port: 21065

Error message
No errors, but multiple instances are created in HomeKit and the filter is ignored.

Expected behavior
Having only one working instance.

Additional context
n/a

To Reproduce
n/a

Environment

  • Operating System (OS):
  • Library version (commit or version number):
  • Home Assistant version:
  • Last working Home Assistant release (if known):
@palazzem
Copy link
Owner Author

We should also update this section:

    entity_config:
      alarm_control_panel.<YOUR_ALARM_PANEL_ENTITY_ID>:
       code: <PIN CODE>

@palazzem
Copy link
Owner Author

Closed with #142

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

No branches or pull requests

1 participant