From cf9716264fd9c80a7758a36a9c393ff5c5b9e07b Mon Sep 17 00:00:00 2001 From: Chris Nussbaum Date: Tue, 17 Aug 2021 22:16:15 -0500 Subject: [PATCH] Update README with details on version tagging (#18) Co-authored-by: Chris Nussbaum --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb7d5fb..7a72fae 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Home Assistant is open source home automation that puts local control and privac ## Custom Components +I have been working on updating most of my custom code into components that can esily be pulled directly from GitHub into your device configuration using the [external components](https://esphome.io/components/external_components.html) component. I have run into frequent issues with changes in ESPHome breaking my components so I am now tagging my repo with the version of ESPHome it is compatible with. I generally upgrade pretty quickly so as soon as I have confirmed things are working and/or made the neccessary changes I will add a tag for the new version of ESPHome. + ### Binary Light With Power This an enhanced version of the standard [binary light](https://esphome.io/components/light/binary.html) component that adds an option to include a sensor to report current power usage based on a configured wattage of the light(s) it controls. More details on how to use this component are available [here](./components/binary_light_with_power/README.md).