Platform installation
Installation with Docker is straightforward. Adjust the following command so that:
/PATH_TO_YOUR_CONFIG points at the folder where you want to store your configuration and run it. Make sure that you keep the part.:/config
MY_TIME_ZONE is a tz database name, like .TZ=America/Los_Angeles
D-Bus is optional but required if you plan to use the Bluetooth integration.
Install
Update
docker run -d \
--name homeassistant \
--privileged \
--restart=unless-stopped \
-e TZ=MY_TIME_ZONE \
-v /PATH_TO_YOUR_CONFIG:/config \
-v /run/dbus:/run/dbus:ro \
--network=host \
ghcr.io/home-assistant/home-assistant:stable
Bash
Once the Home Assistant Container is running Home Assistant should be accessible using (replace with the hostname or IP of the system). You can continue with onboarding.http://<host>:8123