From ad5d2109eb68dde751a7b63f4f4f9005da54a6a9 Mon Sep 17 00:00:00 2001 From: HB Date: Wed, 30 Sep 2020 16:20:20 +0200 Subject: [PATCH] README updates --- README.md | 2 +- test_empty.yaml => test_empty_components.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test_empty.yaml => test_empty_components.yaml (100%) diff --git a/README.md b/README.md index 17cc976..dacd18e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository provides examples and basic empty components that can be used as templates to quickly develop your own custom components for the splendid [ESPHome](https://esphome.io/) ESP8266/ESP32 home automation system. ## How to use -All sample components can be found in the `custom_components` directory. The `test_*.yaml` files provide configuration examples for the various custom components. To use a particular component for your project, do the following: +All sample components can be found in the `custom_components` directory. The `test_empty_components.yaml` file provides configuration examples for the various custom components. To use a particular component for your project, do the following: - Create a `custom_components` directory in your esphome configuration directory (the directory where your ```.yaml``` files are) diff --git a/test_empty.yaml b/test_empty_components.yaml similarity index 100% rename from test_empty.yaml rename to test_empty_components.yaml