# Home Assistant

{% hint style="warning" %}
This guide is for **Home Assistant Core**. If you want to install **Home Assistant Supervised** on Synology, please refer to the [Virtual Machines Manager](/synology-notes/virtual-machine-manager/vmm/vmm-home-assistant.md) section.
{% endhint %}

* Create folder `/volume1/docker/homeassistant`
* **Container Manager**
* Create new image from **homeassistant/home-assistant:latest**
* Create new container **home-assistant**
  * Enable *auto-restart*
  * *Network*: **host**
  * *Volume Settings*:
    * /docker/homeassistant -> /data
* **Home Assistant**
* Create an account & login

## Assumptions

* You have installed **Container Manager**
* The folder `/volume1/docker` has been created
* For using **Matter** devices with Home Assistant, you also need to install **Matter Server** from [Synology Community](https://synocommunity.com) packages.

## References

* [Synology: Install Home Assistant With Portainer](https://mariushosting.com/synology-install-home-assistant-with-portainer/)


---

# Agent Instructions: 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:

```
GET https://arise-dream.gitbook.io/synology-notes/container-manager/applications/home-assistant.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
