Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

⚠ 🚨 Forked Project Notice #168

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# ESPHome-Configs.io
# ⚠ Archived Project 🚨 For up-to-date content 👉 <https://www.esphome-devices.com>

[![Netlify Status](https://api.netlify.com/api/v1/badges/0188fbc8-e2bc-4940-96db-4db3552bc8ed/deploy-status)](https://app.netlify.com/sites/esphome-configs/deploys)

A database of configuration files and guides for devices commonly flashed with <https://esphome.io> firmware.

Go to <https://ESPHome-Configs.io> to view the website.

## Code of Conduct

When contributing to this project please abide by our [Code of Conduct](CODE-OF-CONDUCT.md)
## New github repo: <https://github.com/esphome-devices/esphome-devices>
34 changes: 2 additions & 32 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,5 @@
layout: home
title: Welcome
---

<h1>ESPHome Device Configuration Repository</h1>

<p>
This website is a repository of device configuration templates and setup guides for devices running <a href="https://esphome.io">ESPHome</a> firmware.
</p>

<p>
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.
</p>

{% assign counter = 0 %}{% for item in site.devices %}{% assign counter=counter | plus:1 %}{% endfor %}
<p>
There are currently <strong>{{ counter }} devices</strong> documented in the repository.
</p>

<h2>Recently Added Devices</h2>
{% assign devices = site.devices | sort: "date-published" | reverse %}
<ul>
{% for device in devices limit:10 %}
<li>
<a href="{{ device.url }}">{{ device.title }}</a>
</li>
{% endfor %}
</ul>

<h2>Contributing</h2>
<p>
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.
</p>
<a href="/adding-devices" class="btn btn-purple mr-2">Adding Devices</a>
<a href="/editing-devices" class="btn btn-purple mr-2">Editing Devices</a>
<script>location="https://www.esphome-devices.com"</script>
<h1><a href="https://www.esphome-devices.com">Click here if you are not redirected.</a></h1>