MirrorNest
← Все руководства

Home Assistant

Open-source home automation platform — control and automate smart-home devices from every ecosystem in one place.

Система: Home Assistant OS (dedicated) or DockerHome AutomationОфициальный сайт ↗Официальная документация ↗
Это руководство составлено на основе официальной документации Home Assistant, ссылка на которую есть выше — всегда сверяйте точные названия пакетов/версий там перед запуском этих команд на рабочем сервере, так как версии дистрибутива и проекта со временем меняются.
  1. 1Choose your install method

    Home Assistant OS (a full, dedicated appliance image) is the officially recommended method and is what the VM images below provide — it gets automatic updates and add-on support that a plain Docker container doesn't. Use Docker instead only if this server already runs other things you don't want a dedicated appliance OS to take over.

  2. 2Official pre-built VM images

    Home Assistant OS ships ready-made images for VirtualBox (OVA) and most major hypervisors, plus Raspberry Pi and generic x86-64 images.

  3. 3Alternative: Docker container

    docker run -d --name homeassistant --privileged --restart=unless-stopped -e TZ=Etc/UTC -v /PATH_TO_YOUR_CONFIG:/config --network=host ghcr.io/home-assistant/home-assistant:stable

    Replace /PATH_TO_YOUR_CONFIG with a real directory on the host — this is where all your automations and settings persist.

  4. 4Finish setup

    Open http://your-server-ip:8123 and follow the onboarding wizard.