improve power loss/on actions in V1.4

This commit is contained in:
root
2025-08-22 09:05:15 +12:00
parent 7aa8badcae
commit 40e289e99a

View File

@@ -5,6 +5,7 @@
# https://devices.esphome.io/devices/Sinilink-XY-VFMS
# Repo: https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-downstairskitchleds.yaml
#
# v1.4 - 2025-08-22 Improved power loss/on actions
# v1.3 - 2025-08-22 Added a "max on time” setting (1-48 h, 0 = no limit)
# v1.2 - 2025-08-21 Added defaults to “Device Specific Settings” in substitutions & a PWM % view
# v1.1 - 2025-08-18 Full tidy-up as general-purpose LED strip controller
@@ -19,7 +20,7 @@
# GPIO13 Green LED (used to display fading status)
#
# ------------------------------------------
# OPERATION (as of v1.3)
# OPERATION (as of v1.4)
# ------------------------------------------
# 1. General-purpose LED controller.
# 2. Designed for the Sinilink XY-WFMS board with a MOSFET output (claimed 5A, 5-36 V DC).
@@ -63,7 +64,7 @@ substitutions:
# Project Naming
project_name: "Sinilink.XY-WFMS" # Project details
project_version: "v1.3" # Project version denotes release of the YAML file, allowing checking of deployed vs latest version
project_version: "v1.4" # Project version denotes release of the YAML file, allowing checking of deployed vs latest version
# Passwords & Secrets
api_key: !secret esp-api_key