mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-17 11:36:44 +00:00
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:
@@ -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 %}
|
@@ -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
|
||||
|
Reference in New Issue
Block a user