전 글에서 Docker설치를 완료했다.
홈 어시스턴트 홈페이지에 보면 도커를 이용한 설치방법이 나와있다.
https://www.home-assistant.io/installation/raspberrypi#install-home-assistant-container
docker run -d \
--name homeassistant \
--privileged \
--restart=unless-stopped \
-e TZ=Asia/Seoul \
-v /home/pi/homeassistant:/config \
--network=host \
ghcr.io/home-assistant/home-assistant:stable
타임존은 서울이고 경로는 /home/pi/homeassistant로 해두겠다.
설치가 완료되고 라즈베리파이 ip:8123 에 접속하면 된다.