diff --git a/customize.yaml b/customize.yaml index d00720b..c2de5fa 100644 --- a/customize.yaml +++ b/customize.yaml @@ -109,7 +109,7 @@ sensor.jeff_ett_home: friendly_name: "Jeff's ETA Home" icon: mdi:car -device_tracker.katherinesiphone: +device_tracker.katherinestonesiphone: #icon: mdi:human-female entity_picture: !secret KAT_ICON friendly_name: Kat diff --git a/groups.yaml b/groups.yaml index 8165bcd..094c6ce 100644 --- a/groups.yaml +++ b/groups.yaml @@ -71,7 +71,7 @@ Notices: Family: - device_tracker.jeffreystonesiphone - - device_tracker.katherinesiphone + - device_tracker.katherinestonesiphone Jeffrey: - device_tracker.jeffreystonesiphone @@ -80,7 +80,7 @@ Jeffrey: - input_select.jeff_status Katherine: - - device_tracker.katherinesiphone + - device_tracker.katherinestonesiphone - sensor.kat_iphone_batt - sensor.kat_ett_home diff --git a/sensors/devices.yaml b/sensors/devices.yaml index d5d094f..0b8c1d7 100644 --- a/sensors/devices.yaml +++ b/sensors/devices.yaml @@ -81,8 +81,8 @@ kat_iphone_batt: unit_of_measurement: '%' value_template: >- - {%- if states.device_tracker.katherinesiphone.attributes.battery %} - {{ states.device_tracker.katherinesiphone.attributes.battery | round(1) }} + {%- if states.device_tracker.katherinestonesiphone.attributes.battery %} + {{ states.device_tracker.katherinestonesiphone.attributes.battery | round(1) }} {% else %} {{ states.sensor.kat_iphone_batt.state }} {%- endif %} diff --git a/sensors/google_travel_time.yaml b/sensors/google_travel_time.yaml index c0bad9d..7fdb287 100644 --- a/sensors/google_travel_time.yaml +++ b/sensors/google_travel_time.yaml @@ -6,7 +6,7 @@ - platform: google_travel_time name: "Kat ETT Home" api_key: !secret google_api - origin: device_tracker.katherinesiphone + origin: device_tracker.katherinestonesiphone destination: zone.home - platform: google_travel_time name: "Home To Summit"