Added in some Twitter, Alexa and Conditions to prevent double runs and some spacing.

This commit is contained in:
ccostan
2018-01-05 14:45:57 -05:00
parent c2c4f31953
commit 76b7606558
3 changed files with 22 additions and 12 deletions

View File

@@ -10,6 +10,9 @@
- platform: state
entity_id: group.family
to: 'not_home'
- platform: state
entity_id: input_boolean.good_night
to: 'on'
condition:
- condition: state
@@ -23,3 +26,5 @@
- service: script.interior_off
- service: switch.turn_off
entity_id: switch.back_landscaping
- service: input_boolean.turn_off
entity_id: input_boolean.good_night