From 78cb28e6a082d100b87955c253b71b3c79882ded Mon Sep 17 00:00:00 2001
From: Stephen Kuntz <stephen.kuntz@gmail.com>
Date: Wed, 26 Mar 2025 08:43:12 -0400
Subject: [PATCH 1/3] remove transistion

---
 parabolic_alarm_script.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parabolic_alarm_script.yaml b/parabolic_alarm_script.yaml
index 38503bc..1a42077 100644
--- a/parabolic_alarm_script.yaml
+++ b/parabolic_alarm_script.yaml
@@ -117,7 +117,6 @@ sequence:
             - data:
                 brightness: "{{ brightness }}"
                 color_temp_kelvin: "{{ kelvin }}"
-                transition: "{{ individual_step - 1 }}"
               target:
                 entity_id: "{{ target_light }}"
               action: light.turn_on

From 3e1b33702ac038f644f985570c77ebba37f09f5b Mon Sep 17 00:00:00 2001
From: Stephen Kuntz <stephen.kuntz@gmail.com>
Date: Wed, 26 Mar 2025 09:05:54 -0400
Subject: [PATCH 2/3] Update timeout description

---
 parabolic_alarm.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parabolic_alarm.yaml b/parabolic_alarm.yaml
index 2ed3477..66179a5 100644
--- a/parabolic_alarm.yaml
+++ b/parabolic_alarm.yaml
@@ -54,7 +54,7 @@ blueprint:
           multiple: false
     light_timeout:
       name: ⏱️ Timeout
-      description: Light will turn off after this time on last run
+      description: Light will turn off after this time on last run. Setting this to 0 witl keep the light on.
       default: 10
       selector:
         number:

From 9682c6c5e824f6221604c5dc9ae604dc8f4f201b Mon Sep 17 00:00:00 2001
From: Stephen Kuntz <stephen.kuntz@gmail.com>
Date: Fri, 28 Mar 2025 08:30:24 -0400
Subject: [PATCH 3/3] Update timeout description

---
 parabolic_alarm.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parabolic_alarm.yaml b/parabolic_alarm.yaml
index 66179a5..ab53870 100644
--- a/parabolic_alarm.yaml
+++ b/parabolic_alarm.yaml
@@ -54,7 +54,7 @@ blueprint:
           multiple: false
     light_timeout:
       name: ⏱️ Timeout
-      description: Light will turn off after this time on last run. Setting this to 0 witl keep the light on.
+      description: Light will turn off after this time on last run. Setting this to 0 will leave the light on.
       default: 10
       selector:
         number: