Got bored and added icons to a bunch of stuff...lol
This commit is contained in:
@ -3,14 +3,17 @@ input_datetime:
|
||||
name: Tony Last Seen
|
||||
has_date: true
|
||||
has_time: true
|
||||
icon: mdi:binoculars
|
||||
last_time_home_tina:
|
||||
name: Tina Last Seen
|
||||
has_date: true
|
||||
has_time: true
|
||||
icon: mdi:binoculars
|
||||
last_time_home_kallen:
|
||||
name: Kallen Last Seen
|
||||
has_date: true
|
||||
has_time: true
|
||||
icon: mdi:binoculars
|
||||
|
||||
proximity:
|
||||
home_tony:
|
||||
@ -38,6 +41,7 @@ sensor:
|
||||
sensors:
|
||||
tony_location:
|
||||
friendly_name: "Tony"
|
||||
icon: mdi:map-marker
|
||||
unit_of_measurement: ""
|
||||
value_template: >-
|
||||
{% set person = states.person.tony_stork.state %}
|
||||
@ -54,6 +58,7 @@ sensor:
|
||||
sensors:
|
||||
tina_location:
|
||||
friendly_name: "Tina"
|
||||
icon: mdi:map-marker
|
||||
unit_of_measurement: ""
|
||||
value_template: >-
|
||||
{% set person = states.person.christina_stork.state %}
|
||||
@ -72,6 +77,7 @@ sensor:
|
||||
sensors:
|
||||
kallen_location:
|
||||
friendly_name: "Kallen"
|
||||
icon: mdi:map-marker
|
||||
unit_of_measurement: ""
|
||||
value_template: >-
|
||||
{% if is_state('input_boolean.kallen_school', 'on') %}
|
||||
|
Reference in New Issue
Block a user