Skip to main content

ESPHome Device Builder

Project description

ESPHome Device Builder Dashboard

PyPI version codecov CodSpeed

Status: in active development. Roughly alpha, closing on beta. Issues and feedback welcome — please check existing issues / the project board first, and join the Discord channel for live discussion.

A new dashboard for ESPHome — a guided interface for composing device configs, exploring components and boards, managing automations, and pushing firmware updates.

Try it

The dashboard isn't yet wired into the ESPHome container or the Home Assistant add-on as an opt-in preview — that's coming soon. In the meantime:

Install from PyPI:

python -m venv .venv && source .venv/bin/activate
pip install esphome-device-builder

esphome-device-builder ~/esphome-configs

To try a pre-release (beta), pass --pre to pip install.

The server starts on http://localhost:6052. Run with --help for the full flag set.

Install from a GitHub release

Every build is published to PyPI, so the install above is the preferred path. The same wheels are mirrored on the GitHub releases page — handy as a fallback if PyPI is unreachable.

python -m venv .venv && source .venv/bin/activate

# Replace <version> with a release tag (X.Y.Z stable, X.Y.ZbN beta).
pip install "https://github.com/esphome/device-builder/releases/download/<version>/esphome_device_builder-<version>-py3-none-any.whl"

esphome-device-builder ~/esphome-configs

From source (requires uv):

git clone https://github.com/esphome/device-builder
cd device-builder
script/setup
source .venv/bin/activate
esphome-device-builder ./configs --log-level debug --dev

--dev serves index.html with Cache-Control: no-cache so a re-deployed frontend wheel isn't masked by a browser-cached SPA shell pointing at a now-deleted hashed bundle. Hashed bundles themselves stay immutable regardless. Skip --dev in production — the browser's default heuristic is fine when you're not rebuilding every few minutes.

Roadmap

  • ✅ Standalone backend with WS-first API, persistent compile queue, mDNS device discovery
  • ✅ Curated board + component catalogs (nightly catalog sync from upstream ESPHome)
  • ✅ Functional parity with the legacy dashboard (one intentional decline: the HA Supervisor /auth POST flow — the new backend's HA add-on path is ingress-only by design, see issue #85)
  • 🚧 Beta toggle in the official ESPHome container and Home Assistant add-on
  • 🗺️ See the project backlog for in-progress work and what's planned next

Documentation

Contributing

Contributions welcome — board definitions especially (definitions/README.md).

Every PR needs exactly one label from this set so it lands in the right release-notes section: breaking-change, new-feature, enhancement, bugfix, refactor, docs, maintenance, ci, dependencies. CI enforces the rule via pr-labels.yaml.

Bugs / feature ideas: open an issue and the chooser will route you to the right venue (this repo for dashboard bugs, esphome core for compile/firmware issues, org Discussions for ideas, Discord for chat).

License

Apache-2.0 — Maintained by Open Home Foundation.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

esphome_device_builder-0.1.0b27.tar.gz (1.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

esphome_device_builder-0.1.0b27-py3-none-any.whl (1.7 MB view details)

Uploaded Python 3

File details

Details for the file esphome_device_builder-0.1.0b27.tar.gz.

File metadata

File hashes

Hashes for esphome_device_builder-0.1.0b27.tar.gz
Algorithm Hash digest
SHA256 078fed4b048be5039c507052857921c9c14f2971d1454c959533df5307356b7f
MD5 c3f54952088888749a6062bcc05c4606
BLAKE2b-256 ca6afa788c9918b3c6cbca66e68f7b32c965fb88216899d711bced0e40fc6ba9

See more details on using hashes here.

Provenance

The following attestation bundles were made for esphome_device_builder-0.1.0b27.tar.gz:

Publisher: release.yml on esphome/device-builder

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file esphome_device_builder-0.1.0b27-py3-none-any.whl.

File metadata

File hashes

Hashes for esphome_device_builder-0.1.0b27-py3-none-any.whl
Algorithm Hash digest
SHA256 9cb0203fbf071865dc2eb2d932d4c227b1575a46590334c7f4ad9bf3b64aa401
MD5 e45f1d60c0fc5c75a88d92963b154ded
BLAKE2b-256 a081616fb8b9e7b4a684fd6e24bbe1154d2fac7b6a42988cf9c7475adf32d4f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for esphome_device_builder-0.1.0b27-py3-none-any.whl:

Publisher: release.yml on esphome/device-builder

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page