> For the complete documentation index, see [llms.txt](https://kb.linknlink.com/isg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.linknlink.com/isg/advanced-features/home-assistant/add-devices-in-home-assistant/homekit-device.md).

# HomeKit Device

Many HomeKit-supported brand devices have poor compatibility with Home Assistant, or they may not even support Home Assistant integration or HACS integration, creating significant obstacles for users during the setup process. Brands such as Meross, Aqara, and Lifx are examples of this. Please follow the steps outlined below to add these devices.

1\) Use <mark style="color:purple;">**iPhone -**</mark> Apple Home App to pair device

2\) After successfully pairing, device should connect home Wi-Fi network

3\) Remove device in <mark style="color:purple;">**iPhone -**</mark> Apple Home App

* Go to Device page&#x20;
* Click bottom right "settings"
* Scroll down to the very bottom and click "Remove Accessory"

4\) Add device in Home Assistant, Go to Settings - ADD INTGRATION - Homekit Device

<figure><img src="/files/teBLUIKVPkb0LUTK0Ujw" alt=""><figcaption></figcaption></figure>

5\) The HomeKit integration will automatically detect the device you just paired with the Apple Home app and add it to Home Assistant.

6\) If you still want to control your devices using the Apple Home app, you can re-add them via the HomeKit Bridge. Please refer to the following instructions. <https://kb.linknlink.com/isg/home-assistant/homekit>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kb.linknlink.com/isg/advanced-features/home-assistant/add-devices-in-home-assistant/homekit-device.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
