palazzem / ha-econnect-alarm

Home Assistant integration that provides a full-fledged Alarm Panel to control your Elmo/IESS alarm systems.
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

HomeKit instructions are not correct #141

Closed palazzem closed 7 months ago

palazzem commented 7 months ago

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

palazzem commented 7 months ago

We should also update this section:

    entity_config:
      alarm_control_panel.<YOUR_ALARM_PANEL_ENTITY_ID>:
       code: <PIN CODE>
palazzem commented 7 months ago

Closed with #142