Cleanup
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
###################################
|
||||
## Turn on garden lights
|
||||
#
|
||||
#
|
||||
###################################
|
||||
|
||||
- alias: 'Lys have, aften'
|
||||
trigger:
|
||||
- platform: sun
|
||||
event: sunset
|
||||
# offset: "00:10:00"
|
||||
condition:
|
||||
- condition: time
|
||||
before: '22:00:00'
|
||||
action:
|
||||
# - delay: '00:{{ (range(1, 20)|random|int) }}:00'
|
||||
- service: script.have_color_scene
|
||||
# - service: light.turn_on
|
||||
# entity_id:
|
||||
# - light.havelys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user