mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
5defb5cff4
- 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.
11 lines
311 B
YAML
11 lines
311 B
YAML
- platform: google_travel_time
|
|
name: "Jeff ETT Home"
|
|
api_key: !secret google_api
|
|
origin: device_tracker.owntracks_jeffreysphone
|
|
destination: zone.home
|
|
- platform: google_travel_time
|
|
name: "Kat ETT Home"
|
|
api_key: !secret google_api
|
|
origin: device_tracker.katheriesiphone_2
|
|
destination: zone.home
|