slettes - redundant
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
alias: Vacation Mode - Start
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: input_boolean.vacation_mode
|
||||
to: "on"
|
||||
|
||||
action:
|
||||
# Sæt slutdato = nu + 7 dage
|
||||
- service: input_datetime.set_datetime
|
||||
target:
|
||||
entity_id: input_datetime.vacation_end
|
||||
data:
|
||||
datetime: >
|
||||
{{ (now() + timedelta(days=7)).strftime('%Y-%m-%d %H:%M:%S') }}
|
||||
|
||||
# Start presence simulation
|
||||
- service: input_boolean.turn_on
|
||||
target:
|
||||
entity_id: input_boolean.presence_simulation
|
||||
Reference in New Issue
Block a user