Open source home automation
Home Assistant is an open-source home automation platform that focuses on privacy and local control. It integrates with over 2,000 different devices and services, allowing you to automate your entire smart home from a single dashboard without relying on cloud services.
2,000+ integrations out of the box
Powerful automation engine
Local control with no cloud dependency
Beautiful, customizable dashboards
Voice assistant support
Energy management and monitoring
services:
homeassistant:
image: ghcr.io/home-assistant/home-assistant:stable
container_name: homeassistant
network_mode: host
volumes:
- ./config:/config
restart: unless-stopped