2017-02-07 06:09:31 +00:00
|
|
|
######################################################################
|
2017-02-07 06:11:25 +00:00
|
|
|
## Some home facts when we get back home from being away.
|
2017-02-07 06:09:31 +00:00
|
|
|
######################################################################
|
|
|
|
- alias: 'Home Stats'
|
2017-02-16 00:03:05 +00:00
|
|
|
|
2017-02-07 06:09:31 +00:00
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id:
|
|
|
|
- group.family
|
|
|
|
from: 'not_home'
|
|
|
|
to: 'home'
|
2017-02-07 06:11:25 +00:00
|
|
|
for: '00:03:00'
|
2017-02-16 00:03:05 +00:00
|
|
|
|
|
|
|
- platform: state
|
2017-02-17 02:24:41 +00:00
|
|
|
entity_id: input_boolean.home_stats
|
2017-02-16 00:03:05 +00:00
|
|
|
state: 'on'
|
|
|
|
from: 'off'
|
|
|
|
|
2017-02-07 06:09:31 +00:00
|
|
|
action:
|
2017-04-13 17:10:05 +00:00
|
|
|
- service: input_boolean.turn_on
|
|
|
|
entity_id:
|
2017-04-15 20:00:11 +00:00
|
|
|
- input_boolean.chore_check
|
2017-04-13 17:10:05 +00:00
|
|
|
- input_boolean.inside_temp
|
|
|
|
- input_boolean.outside_weather
|
|
|
|
- input_boolean.lights_status
|
|
|
|
- input_boolean.garage_check
|
2017-02-16 01:21:33 +00:00
|
|
|
|
2017-02-07 06:09:31 +00:00
|
|
|
- service: script.Voice_notify
|