diff --git a/sensor.yaml b/sensor.yaml index 87745484..fb200f22 100644 --- a/sensor.yaml +++ b/sensor.yaml @@ -254,7 +254,7 @@ sensors: facebox_detection: friendly_name: 'Erkanntes Gesicht' - value_template: '{% if states.image_processing.facebox.attributes.faces | length > 0 %}{{ states.image_processing.facebox.attributes.faces[0]["name"].title}}{% else %}Kein Gesicht{% endif %}' + value_template: '{% if states.image_processing.facebox.attributes.faces | length > 0 %}{{ states.image_processing.facebox.attributes.faces[0]["name"]}}{% else %}Kein Gesicht{% endif %}' ################################################################# ## Power Usage #################################################################