Home Assistant is an open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts.
Setup (Deprecated)
Section titled “Setup (Deprecated)”Copy config
folder and use the following docker-compose :
version: '3.8'services: hass: image: homeassistant/home-assistant:stable container_name: homeassistant privileged: true environment: - TZ=Europe/Paris volumes: - /home/raphaelgc/apps/home-assistant/config:/config network_mode: host restart: unless-stopped
You can now access app on port 8123.
Setup (with Proxmox)
Section titled “Setup (with Proxmox)”You can install HASS in Proxmox with the full OS giving access to all HA features.