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
Brett Hoggins 652b09d159
Update PC191HA to include information about multiple modules (#956)
2024-12-19 14:49:04 +13: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 Update PC191HA to include information about multiple modules (#956) 2024-12-19 14:49:04 +13:00
static [ImgBot] Optimize images (#937) 2024-12-02 15:45:49 +13: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 path-to-regexp and express (#941) 2024-12-06 16:09:32 +13: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!