mirror of
https://github.com/steku/ha_cercadian_alarm.git
synced 2025-05-01 05:21:36 +00:00
commit
0a6e879aad
@ -54,7 +54,7 @@ blueprint:
|
|||||||
multiple: false
|
multiple: false
|
||||||
light_timeout:
|
light_timeout:
|
||||||
name: ⏱️ 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
|
default: 10
|
||||||
selector:
|
selector:
|
||||||
number:
|
number:
|
||||||
|
@ -117,7 +117,6 @@ sequence:
|
|||||||
- data:
|
- data:
|
||||||
brightness: "{{ brightness }}"
|
brightness: "{{ brightness }}"
|
||||||
color_temp_kelvin: "{{ kelvin }}"
|
color_temp_kelvin: "{{ kelvin }}"
|
||||||
transition: "{{ individual_step - 1 }}"
|
|
||||||
target:
|
target:
|
||||||
entity_id: "{{ target_light }}"
|
entity_id: "{{ target_light }}"
|
||||||
action: light.turn_on
|
action: light.turn_on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user