We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
filter
Expected behavior Having only one working instance.
Additional context n/a
To Reproduce n/a
Environment
The text was updated successfully, but these errors were encountered:
We should also update this section:
entity_config: alarm_control_panel.<YOUR_ALARM_PANEL_ENTITY_ID>: code: <PIN CODE>
Sorry, something went wrong.
Closed with #142
No branches or pull requests
Describe the bug
HomeKit docs are not correct and the current configuration creates multiple instances. We should update it to:
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
The text was updated successfully, but these errors were encountered: