Edit esp-leafbattery.yaml

This commit is contained in:
ESPHome Device Builder
2026-07-25 21:59:35 +12:00
parent ff1b806aaa
commit f285a1b20b
+2 -1
View File
@@ -6,6 +6,7 @@
# https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-leafbattery.yaml # https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-leafbattery.yaml
#:########################################################################################:# #:########################################################################################:#
# VERSIONS: # VERSIONS:
# V1.2 2026-07-25 Standardized MQTT payloads: "ON"/"OFF" → "On"/"Off"
# V1.1 2026-03-22 Updated yaml to zorruno layout V1.1 # V1.1 2026-03-22 Updated yaml to zorruno layout V1.1
# V1.0 2025-??-?? Initial Version # V1.0 2025-??-?? Initial Version
#:########################################################################################:# #:########################################################################################:#
@@ -53,7 +54,7 @@ substitutions:
# Project Naming # Project Naming
project_name: "Generic ESP8266.D1 Mini" # Project Details project_name: "Generic ESP8266.D1 Mini" # Project Details
project_version: "v1.1" # Project V denotes release of yaml file, allowing checking of deployed vs latest version project_version: "v1.2" # Project V denotes release of yaml file, allowing checking of deployed vs latest version
# Passwords & Secrets # Passwords & Secrets
api_key: !secret esp-api_key # unfortunately you can't use substitutions inside secrets names api_key: !secret esp-api_key # unfortunately you can't use substitutions inside secrets names