identering
This commit is contained in:
@@ -1,27 +1,27 @@
|
||||
- id: garage_auto_claus_presence
|
||||
alias: Garage auto Claus
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: device_tracker.clausiphone
|
||||
to: "home"
|
||||
id: arriving
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: device_tracker.clausiphone
|
||||
to: "home"
|
||||
id: arriving
|
||||
|
||||
- platform: state
|
||||
entity_id: device_tracker.clausiphone
|
||||
from: "home"
|
||||
id: leaving
|
||||
- platform: state
|
||||
entity_id: device_tracker.clausiphone
|
||||
from: "home"
|
||||
id: leaving
|
||||
|
||||
condition:
|
||||
- condition: time
|
||||
after: "05:00:00"
|
||||
before: "23:00:00"
|
||||
condition:
|
||||
- condition: time
|
||||
after: "05:00:00"
|
||||
before: "23:00:00"
|
||||
|
||||
- condition: not
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: device_tracker.snowywhite_location_tracker
|
||||
state: "not_home"
|
||||
- condition: not
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: device_tracker.snowywhite_location_tracker
|
||||
state: "not_home"
|
||||
|
||||
action:
|
||||
- choose:
|
||||
|
||||
Reference in New Issue
Block a user