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.
This commit is contained in:
Jeffrey Stone
2017-01-28 09:30:56 -05:00
parent 83047d0fa8
commit 5defb5cff4
20 changed files with 173 additions and 17 deletions

View File

@@ -60,8 +60,8 @@
kat_iphone_batt:
unit_of_measurement: '%'
value_template: >-
{%- if states.device_tracker.katherinestonesiphone.attributes.battery %}
{{ states.device_tracker.katherinestonesiphone.attributes.battery | round(1) }}
{%- if states.device_tracker.katheriesiphone_2.attributes.battery %}
{{ states.device_tracker.katheriesiphone_2.attributes.battery | round(1) }}
{% else %}
{{ states.sensor.kat_iphone_batt.state }}
{%- endif %}

View File

@@ -2,4 +2,9 @@
name: "Jeff ETT Home"
api_key: !secret google_api
origin: device_tracker.owntracks_jeffreysphone
destination: zone.home
destination: zone.home
- platform: google_travel_time
name: "Kat ETT Home"
api_key: !secret google_api
origin: device_tracker.katheriesiphone_2
destination: zone.home