Skip navigation

Home Assistant

Open-source home automation platform. Controls smart devices, automations, dashboards, and integrations.

Owner: cznewt

System Graph

graph LR
  system["🖥️ Home Assistant"]
  
  comp_1["📱 AppDaemon"]
  system --> comp_1
  
  comp_2["📱 ESPHome"]
  system --> comp_2
  
  comp_3["📱 Home Assistant Core"]
  system --> comp_3
  
  comp_4["📱 Matter Bridge"]
  system --> comp_4
  
  
      

Components

AppDaemon

Home Assistant App production

Python-based automation framework for Home Assistant. Write complex automations as Python apps with scheduling, state tracking, and event listeners.

Web Docs Source

ESPHome

Home Assistant App production

Configuration-based firmware for ESP32/ESP8266 microcontrollers. Flash custom firmware with YAML config for sensors, switches, lights, and displays. Native Home Assistant …

Web Docs Source

Home Assistant Core

Home Assistant App production

Core home automation engine. Runs automations, manages device integrations, provides REST/WebSocket API, and serves the frontend dashboard.

Web Docs Source

Matter Bridge

Home Assistant App production

Bridge between Home Assistant and Matter protocol. Exposes HA devices to Matter-compatible controllers (Apple Home, Google Home, Alexa) and imports …

Web Docs Source