Skip to content

Commit

Permalink
Automated update at 2018-11-02 00:03
Browse files Browse the repository at this point in the history
  • Loading branch information
DubhAd committed Nov 2, 2018
1 parent cd307ec commit 1af9e41
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 555 deletions.
31 changes: 0 additions & 31 deletions automation/all-away-lights-off.yaml

This file was deleted.

136 changes: 0 additions & 136 deletions automation/living_room/dark_tv_on.yaml

This file was deleted.

133 changes: 0 additions & 133 deletions automation/living_room/darker_tv_on.yaml

This file was deleted.

33 changes: 13 additions & 20 deletions automation/living_room/living_room_arrival.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,24 @@
alias: Mark person as home
alias: Living room arrival
trigger:
- platform: state
entity_id: input_select.person2_status_dropdown
to: 'Just Arrived'
for:
minutes: 5
- platform: state
entity_id: input_select.person3_status_dropdown
to: 'Just Arrived'
for:
minutes: 5
- platform: state
entity_id: input_select.person1_status_dropdown
to: 'Just Arrived'
for:
minutes: 5
- platform: state
entity_id: input_select.person2_status_dropdown
from: 'Just Left'
to: 'Just Arrived'
- platform: state
entity_id: input_select.person3_status_dropdown
from: 'Just Left'
to: 'Just Arrived'
- platform: state
entity_id: input_select.person1_status_dropdown
from: 'Just Left'
to: 'Just Arrived'
condition:
- condition: state
entity_id: input_boolean.living_room_occupied
state: 'off'
- condition: state
entity_id: input_select.living_room
state: 'Night off'
- condition: state
entity_id: switch.livingroom_socket_switch
state: 'off'
action:

- service: switch.turn_on
entity_id: switch.livingroom_socket_switch
Loading

0 comments on commit 1af9e41

Please sign in to comment.