Edit esp-loungecabinetleds.yaml

This commit is contained in:
ESPHome Device Builder
2026-07-25 21:40:50 +12:00
parent f2924e1d77
commit ab62965de8
+2 -1
View File
@@ -6,6 +6,7 @@
# https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-loungecabinetleds.yaml # https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-loungecabinetleds.yaml
#:########################################################################################:# #:########################################################################################:#
# VERSIONS: # VERSIONS:
# V2.3 2026-07-25 Made light internal to stop auto-MQTT topics with extra /light/ level
# V2.2 2026-07-20 Simplified local MQTT command and status topics to the device root # V2.2 2026-07-20 Simplified local MQTT command and status topics to the device root
# V2.1 2026-03-11 Updated yaml to zorruno layout V1.1 # V2.1 2026-03-11 Updated yaml to zorruno layout V1.1
# V2.0 2025-09-15 A bunch of fixes, this is now the master for other similar mosfet controllers of mine # V2.0 2025-09-15 A bunch of fixes, this is now the master for other similar mosfet controllers of mine
@@ -81,7 +82,7 @@ substitutions:
# Project Naming # Project Naming
project_name: "Sinilink.XY-WFMS" # Project details. Manufacturer before the dot, device after the dot. project_name: "Sinilink.XY-WFMS" # Project details. Manufacturer before the dot, device after the dot.
project_version: "v2.2" # Project version denotes release of the YAML file, allowing checking of deployed vs latest version project_version: "v2.3" # 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) # Passwords & Secrets (Unfortunately, you can't use substitutions inside secret names)
api_key: !secret esp-api_key # If using HA API api_key: !secret esp-api_key # If using HA API