Skip to content
Home Assistant icon

Home Assistant

🚀 Deployed

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.

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.

You can install HASS in Proxmox with the full OS giving access to all HA features.