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
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.
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 …