Favicon of Home Assistant

Home Assistant

Connect over a thousand smart devices into one unified system. Build advanced automations, track energy usage, and control your home locally without the cloud.

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:

  • Local processing: Keep your data private and maintain control even without internet access.
  • Advanced automations: Create complex rules to trigger actions based on time, presence, or device states.
  • Customizable dashboards: Build personalized interfaces using drag-and-drop cards to visualize data.
  • Voice control: Use the built-in natural language voice assistant or connect with popular services.
  • Energy management: Monitor household energy consumption, optimize solar production, and reduce costs.

Directory Structure

home-assistant
config
.env
docker-compose.yml

docker-compose.yml

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

.env

# No sensitive credentials are required for the initial setup.
# All configuration is managed via the web interface after the first launch.

Share:

Ad
Favicon

 

  
 

Similar to Home Assistant

Favicon

 

  
  
Favicon

 

  
  
Favicon