HomeAssistant
Jump to navigation
Jump to search
Docker
docker pull homeassistant/home-assistant
mkdir -p $HOME/source/docker/homeassistant
mkdir -p $HOME/source/docker/homeassistant/config
cat compose.yml
version: '3'
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /home/wf/source/docker/homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host
docker compose up
MQTT
Links
- https://www.home-assistant.io/
- https://www.home-assistant.io/installation/
- https://www.home-assistant.io/installation/raspberrypi/
- https://www.home-assistant.io/getting-started/onboarding/
- https://developers.home-assistant.io/blog/2019/05/22/internet-of-things-and-the-modern-web
- https://hub.docker.com/r/homeassistant/home-assistant