esphome-dashboard


Nameesphome-dashboard JSON
Version 20251013.0 PyPI version JSON
download
home_pagehttps://github.com/esphome/dashboard
SummaryESPHome Device Builder
upload_time2025-10-13 00:42:51
maintainerNone
docs_urlNone
authorOpen Home Foundation
requires_pythonNone
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ESPHome Dashboard

The ESPHome Device Builder is a user facing dashboard embedded in ESPHome. It allows users to easily create and manage their configurations.

This repository contains the JavaScript frontend and is embedded in ESPHome releases.

## Development

Check out this repository, run `npm install` and then run

```
npm run develop
```

It will start the dev server and will automatically re-bundle updated JavaScript (except for the `static` folder).

Then run ESPHome in dashboard dev mode by defining the relative path from the ESPHome repository to this dashboard repository as the environment variable `ESPHOME_DASHBOARD_DEV`.

```
ESPHOME_DASHBOARD_DEV=../dashboard esphome dashboard ./
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/esphome/dashboard",
    "name": "esphome-dashboard",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Open Home Foundation",
    "author_email": "hello@openhomefoundation.org",
    "download_url": "https://files.pythonhosted.org/packages/27/10/a1c075b1d5f5ed43f4170b253f738ba732b3b74a0105f1866c8fb235bfeb/esphome_dashboard-20251013.0.tar.gz",
    "platform": null,
    "description": "# ESPHome Dashboard\n\nThe ESPHome Device Builder is a user facing dashboard embedded in ESPHome. It allows users to easily create and manage their configurations.\n\nThis repository contains the JavaScript frontend and is embedded in ESPHome releases.\n\n## Development\n\nCheck out this repository, run `npm install` and then run\n\n```\nnpm run develop\n```\n\nIt will start the dev server and will automatically re-bundle updated JavaScript (except for the `static` folder).\n\nThen run ESPHome in dashboard dev mode by defining the relative path from the ESPHome repository to this dashboard repository as the environment variable `ESPHOME_DASHBOARD_DEV`.\n\n```\nESPHOME_DASHBOARD_DEV=../dashboard esphome dashboard ./\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "ESPHome Device Builder",
    "version": "20251013.0",
    "project_urls": {
        "Homepage": "https://github.com/esphome/dashboard"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "afd1784be5f8e5de725349555930d23d50af9992dfacfbad7d53c7ed65853314",
                "md5": "6165f6665fa0f263cee7c589d9715a9f",
                "sha256": "c903c1e5f40ad8d416acc805764085f30af45cbc511ba61fcacf3d7dbf193fe2"
            },
            "downloads": -1,
            "filename": "esphome_dashboard-20251013.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6165f6665fa0f263cee7c589d9715a9f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5841127,
            "upload_time": "2025-10-13T00:42:49",
            "upload_time_iso_8601": "2025-10-13T00:42:49.593265Z",
            "url": "https://files.pythonhosted.org/packages/af/d1/784be5f8e5de725349555930d23d50af9992dfacfbad7d53c7ed65853314/esphome_dashboard-20251013.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2710a1c075b1d5f5ed43f4170b253f738ba732b3b74a0105f1866c8fb235bfeb",
                "md5": "9333cfc2f8b6125d59510f1767934a23",
                "sha256": "07fe21ea17f882f5f0e19786f16a95436b994094a13a692a7b22d148801a3c11"
            },
            "downloads": -1,
            "filename": "esphome_dashboard-20251013.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9333cfc2f8b6125d59510f1767934a23",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5740958,
            "upload_time": "2025-10-13T00:42:51",
            "upload_time_iso_8601": "2025-10-13T00:42:51.813871Z",
            "url": "https://files.pythonhosted.org/packages/27/10/a1c075b1d5f5ed43f4170b253f738ba732b3b74a0105f1866c8fb235bfeb/esphome_dashboard-20251013.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-13 00:42:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "esphome",
    "github_project": "dashboard",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "esphome-dashboard"
}
        
Elapsed time: 2.34692s