4 Commits

Author SHA1 Message Date
0a6e879aad Merge pull request #6 from steku/remove-transition
Remove transition
2025-03-28 08:31:19 -04:00
9682c6c5e8 Update timeout description 2025-03-28 08:30:24 -04:00
3e1b33702a Update timeout description 2025-03-26 09:05:54 -04:00
78cb28e6a0 remove transistion 2025-03-26 08:43:12 -04:00
2 changed files with 1 additions and 2 deletions

View File

@ -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 will leave the light on.
default: 10
selector:
number:

View File

@ -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