Take full control of your smart living space with an open-source automation platform designed for privacy and local processing. By keeping your data off the cloud, this system ensures your smart home remains fast, reliable, and secure. It automatically integrates with over a thousand different brands, allowing you to manage everything from a single interface.
Key features and benefits:
services:
homeassistant:
container_name: homeassistant
image: home-assistant/home-assistant:stable
volumes:
- ./config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
environment:
- TZ=America/New_York
restart: unless-stopped
privileged: true
network_mode: host# No sensitive credentials are required for the initial setup.
# All configuration is managed via the web interface after the first launch.Auto-fetched about 1 hour ago
Auto-fetched about 1 hour ago