mirror of
https://github.com/steku/ha_cercadian_alarm.git
synced 2025-12-10 16:42:16 +00:00
Compare commits
4 Commits
2025.03.19
...
2025.03.28
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a6e879aad | |||
| 9682c6c5e8 | |||
| 3e1b33702a | |||
| 78cb28e6a0 |
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user