Compare commits
3 Commits
8f10b821b7
...
715b599324
Author | SHA1 | Date | |
---|---|---|---|
715b599324 | |||
38f55f54d9 | |||
82ea8d0cec |
@ -4,6 +4,11 @@
|
||||
- platform: state
|
||||
entity_id: person.przemek
|
||||
to: home
|
||||
- condition: not
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: input_select.home_mode
|
||||
state: Day
|
||||
action:
|
||||
- service: notify.mobile_app_iphone
|
||||
data:
|
||||
@ -21,6 +26,11 @@
|
||||
- platform: state
|
||||
entity_id: person.przemek
|
||||
from: home
|
||||
- condition: not
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: input_select.home_mode
|
||||
state: Away
|
||||
action:
|
||||
- service: notify.mobile_app_iphone
|
||||
data:
|
||||
|
@ -42,9 +42,17 @@ good_night:
|
||||
- cover.bedroom_blinds
|
||||
- cover.dining_blinds
|
||||
- cover.office_blinds
|
||||
- service: lock.lock
|
||||
target:
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
state: unlocked
|
||||
sequence:
|
||||
- service: lock.lock
|
||||
data: { }
|
||||
target:
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: numeric_state
|
||||
@ -156,9 +164,26 @@ leave_home:
|
||||
entity_id:
|
||||
- switch.printer_switch
|
||||
- service: script.pc_sleep
|
||||
- service: lock.lock
|
||||
target:
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
state: unlocked
|
||||
sequence:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.front_door_open_close
|
||||
state: 'on'
|
||||
sequence:
|
||||
- wait_for_trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.front_door_open_close
|
||||
to: 'off'
|
||||
- service: lock.lock
|
||||
data: { }
|
||||
target:
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
- service: script.tv_off
|
||||
- service: climate.turn_off
|
||||
target:
|
||||
|
Loading…
Reference in New Issue
Block a user