mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-18 23:36:11 +00:00
29 lines
748 B
YAML
Executable File
29 lines
748 B
YAML
Executable File
######################################################################
|
|
## Some home facts when we get back home from being away.
|
|
######################################################################
|
|
- alias: 'Home Stats'
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id:
|
|
- group.family
|
|
from: 'not_home'
|
|
to: 'home'
|
|
for: '00:03:00'
|
|
|
|
- platform: state
|
|
entity_id: input_boolean.home_stats
|
|
state: 'on'
|
|
from: 'off'
|
|
|
|
action:
|
|
- service: input_boolean.turn_on
|
|
entity_id:
|
|
- input_boolean.chore_check
|
|
- input_boolean.inside_temp
|
|
- input_boolean.outside_weather
|
|
- input_boolean.lights_status
|
|
- input_boolean.garage_check
|
|
|
|
- service: script.Voice_notify
|