layout | title |
---|---|
home |
Welcome |
This website is a repository of device configuration templates and setup guides for devices running ESPHome firmware.
The goal is to document all devices capable of running the firmware along with a basic configuration yaml that can be easily copied and uploaded which restores the device back to its original functionality. Additionaly, more advanced configuration of devices could also be documented.
{% assign counter = 0 %}{% for item in site.devices %}{% assign counter=counter | plus:1 %}{% endfor %} There are currently {{ counter }} devices documented in the repository.
{% assign devices = site.devices | sort: "date" | reverse %} {% for device in devices limit:10 %}
- [{{ device.title }}]({{ device.url }}) {% endfor %}
This repository relies on the community to keep it up-to-date and accurate. If you identify and errors or find a device that is not added please consider contributing.
Adding Devices{: .btn .btn-purple .mr-2 } Editing Devices{: .btn .btn-purple .mr-2 }