From f7dc8e0688d4e8c9a7e7faea45750ec8d60c810d Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Mon, 19 Dec 2022 02:30:59 +0100 Subject: [PATCH] Add required ESPHome version work step for release --- doc/release_plan.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/release_plan.md b/doc/release_plan.md index b707940..9eb0311 100644 --- a/doc/release_plan.md +++ b/doc/release_plan.md @@ -14,6 +14,8 @@ The minimum ESPHome version requirement must be documented correctly in the foll * doc/installation.md (at the start of the file) * README.md (at the start of the quick start guide) * CHANGELOG.md (at the start of the log for the released version) + * components/xiaomi_bslamp2/__init__.py in the CONFIG_SCHEMA + (cv.require_esphome_version(YEAR, MONTH, PATHLEVEL)) **Create version release branch**