ESPHome Device Configurations Repository - A database of user submitted configurations for a variety of devices which can be flashed to run ESPHome.io firmware.
Go to file
dependabot[bot] 23d7fcf25b
Bump cross-spawn from 6.0.5 to 6.0.6 (#928)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 09:29:18 +01:00
.devcontainer Add devcontainer (#699) 2024-04-30 13:18:57 +12:00
.github Add PR template (#858) 2024-10-09 10:09:03 +13:00
src Add CO2 Ampel for ESPHome by LinkGear (#910) 2024-11-19 16:04:21 +13:00
static New ESPHome logos! (#734) 2024-06-15 09:20:52 -04:00
.gitignore Move to Gatsby (#85) 2021-04-15 20:48:06 -04:00
.markdownlintrc feat: Allow details html elements (#897) 2024-10-29 06:37:25 +13:00
.yamllintrc Changed names of config files for linting 2020-05-02 18:51:18 +00:00
CODE-OF-CONDUCT.md Add code of conduct 2021-09-11 11:18:09 -04:00
LICENSE Initial commit 2019-10-09 15:56:30 +01:00
README.md Changes for site move to devices.esphome.io (#375) 2023-04-03 08:17:38 -04:00
gatsby-config.js Changes for site move to devices.esphome.io (#375) 2023-04-03 08:17:38 -04:00
package-lock.json Bump cross-spawn from 6.0.5 to 6.0.6 (#928) 2024-11-20 09:29:18 +01:00
package.json Remove unused dependency gatsby-plugin-remove-trailing-slashes (#871) 2024-10-19 14:43:47 -04:00

README.md

ESPHome Devices

Netlify Status

A database of configuration files and guides for devices commonly flashed with https://esphome.io firmware.

Go to https://devices.esphome.io to view the website.

How To Contribute

Content on devices.esphome.io is generated by Gatsby. Pages are written in Markdown which anyone can learn. How to add a new device is documented here.

When you create a merge request, Netlify will automatically compile your proposed changes for you to preview what gets rendered. It puts a comment in the PR on Github.

Development of site

The site requires Node 18 to build. Once that is running, to build locally:

# Now install gatsby as configured in the esphome-devices repository:
npm install
# Run a development gatsby server so you can see your copy of the site:
npm run start
# Open a browser to http://localhost:8000/

You can learn more about Gatsby develop mode here.

Code of Conduct

When contributing to this project please abide by our Code of Conduct

This is a fork, join our effort

This is a fork of jonathanadams/esphome-configs. The goal is to involve more members of the ESPHome community to more actively update the devices! Please contact us or submit an issue if you are interested!