Jeffrey Stone 5defb5cff4 Lots of updates:
- Updated .gitignore to explicitly allow files and folders but block
everything else.
- Added automations for Kat's Phone
- Updated Kat's Phone used in Tracking
- Added Google Time to Home for Kat
- Reducing the messages being sent to pushbullet.
2017-01-28 09:30:56 -05:00

21 lines
465 B
YAML

sequence:
- event: LOGBOOK_ENTRY
event_data:
name: EVENT
message: "Turning outside lights on."
- service: switch.turn_on
data:
entity_id: switch.driveway_light
- service: switch.turn_on
data:
entity_id: switch.side_door_light
- service: switch.turn_on
data:
entity_id: switch.front_porch_left
- service: switch.turn_on
data:
entity_id: switch.front_porch_right
- service: notify.notify
data:
message: "Outside lights are on"