# esphome-devices **Repository Path**: mirrors_maruel/esphome-devices ## Basic Information - **Project Name**: esphome-devices - **Description**: ESPHome Device Configurations Repository - A database of user submitted configurations for a variety of devices which can be flashed to run ESPHome.io firmware. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2026-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # esphome-devices.com [![Netlify Status](https://api.netlify.com/api/v1/badges/4cab5ac3-6466-4c05-ad3f-f5c0a62dc18c/deploy-status)](https://app.netlify.com/sites/esphome-devices/deploys) A database of configuration files and guides for devices commonly flashed with firmware. Go to to view the website. ## How To Contribute Content on www.esphome-devices.com is generated by [Gatsby](https://www.gatsbyjs.com/). Pages are written in Markdown which anyone can learn. How to add a new device is [documented here](https://www.esphome-devices.com/adding-devices). 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: ```bash # 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](https://www.gatsbyjs.com/docs/reference/gatsby-cli#develop). ## Code of Conduct When contributing to this project please abide by our [Code of Conduct](CODE-OF-CONDUCT.md) ### This is a fork, join our effort This is a fork of [jonathanadams/esphome-configs](https://github.com/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!