SYSTEM Cited by 1 source
ESPHome¶
ESPHome is an open-source firmware / system for ESP-family microcontrollers (ESP8266, ESP32) that generates device firmware from a YAML configuration and integrates natively with Home Assistant. In the ingested source it is named as the firmware running on the Voice Assistant Preview Edition — the reference open hardware Home Assistant shipped to give voice-pipeline contributors a predictable target. No deeper architectural detail on ESPHome itself is disclosed in the ingested source; this page is the minimum-viable stub to anchor the cross-reference from sources/2025-12-02-github-home-assistant-local-first-maintainer-profile.
Seen in¶
- sources/2025-12-02-github-home-assistant-local-first-maintainer-profile — "[The Voice Assistant Preview Edition] is fully open source. The hardware is open source; the software running on it is ESPHome." Referenced as the firmware-side half of the reference- hardware-as-scaffolding pattern — the hardware target for building + testing Home Assistant's voice features.
Related¶
- systems/home-assistant — primary consumer of ESPHome-built firmware on reference hardware.
- patterns/reference-hardware-for-software-ecosystem — the pattern instantiated by the Voice Assistant Preview Edition + ESPHome pair.