Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.15 KB

index.md

File metadata and controls

25 lines (18 loc) · 1.15 KB
layout title
home
Welcome

ESPHome Device Configuration Repository

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.

Recently Added Devices

{% assign devices = site.devices | sort: "date" | reverse %} {% for device in devices limit:10 %}

  • [{{ device.title }}]({{ device.url }}) {% endfor %}

Contributing

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 }