From c7080754722335514b7ca4bc928342a954baee4d Mon Sep 17 00:00:00 2001 From: ESPHome Device Builder Date: Sat, 25 Jul 2026 21:59:35 +1200 Subject: [PATCH] Edit esp-breakfastbarleds.yaml --- esphome/esp-breakfastbarleds.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/esphome/esp-breakfastbarleds.yaml b/esphome/esp-breakfastbarleds.yaml index 3bdbac0..bcb0e45 100644 --- a/esphome/esp-breakfastbarleds.yaml +++ b/esphome/esp-breakfastbarleds.yaml @@ -6,6 +6,7 @@ # https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-breakfastbarleds.yaml #:########################################################################################:# # VERSIONS: +# V2.2 2026-07-25 Standardized MQTT payloads: "ON"/"OFF" → "On"/"Off" # V2.1 2026-07-20 Simplified local MQTT command and status topics to the device root # V2.0 2025-09-15 A bunch of fixes and made it more standard across my devices # V1.0 2025-08-17 First setup (and replacement of Tasmota) @@ -81,7 +82,7 @@ substitutions: # Project Naming project_name: "Magichome Single Colour V1.1 LED Controller.Generic ESP8266" # Manufacturer before the dot, device after the dot. - project_version: "v2.1" # Project version denotes release of the YAML file, allowing checking of deployed vs latest version + project_version: "v2.2" # Project version denotes release of the YAML file, allowing checking of deployed vs latest version # Passwords & Secrets (Unfortunately, you can't use substitutions inside secret names) api_key: !secret esp-api_key