From c76ca83932b698395c0c78aac2ce4e46655462bf Mon Sep 17 00:00:00 2001 From: root Date: Wed, 20 Aug 2025 00:13:29 +1200 Subject: [PATCH] minor changes on led controller V1.2 --- esphome/esp-downstairskitchleds.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esphome/esp-downstairskitchleds.yaml b/esphome/esp-downstairskitchleds.yaml index aa622fe..d641f52 100644 --- a/esphome/esp-downstairskitchleds.yaml +++ b/esphome/esp-downstairskitchleds.yaml @@ -245,8 +245,8 @@ globals: initial_value: '0' # default = Fade Up to Full (so can be deployed with no other setup) # Determine last fade direction. - # true when you’ve asked the light to end up ON (ramp up) - # and false when you’ve asked it to end up OFF + # true when you asked the light to end up ON (Ramp Up) + # false when you asked the light to end up OFF (Ramp Down) - id: ramp_switch_target_on type: bool restore_value: true