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
M3C-Owx b84f0556fc
Add Sonoff MINIR4M (#716)
* Create index.md

* Add files via upload

* Update index.md

* Update index.md

* Update index.md
2024-05-19 17:41:56 -04:00
.devcontainer Add devcontainer (#699) 2024-04-30 13:18:57 +12:00
.github/workflows Move to Gatsby (#85) 2021-04-15 20:48:06 -04:00
src Add Sonoff MINIR4M (#716) 2024-05-19 17:41:56 -04:00
static Adding web code to show additional metadata (#431) 2023-05-03 12:45:25 -04:00
.gitignore Move to Gatsby (#85) 2021-04-15 20:48:06 -04:00
.markdownlintrc Fix markdown linting issues 2020-10-26 19:48:03 -04: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 gatsby from 4.24.0 to 4.25.7 (#457) 2023-06-20 07:55:47 -04:00
package.json Bump gatsby from 4.24.0 to 4.25.7 (#457) 2023-06-20 07:55: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!