From e402e733a0e6850e060a5f37c511844f33e53a26 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 17 Mar 2023 18:52:59 +0100 Subject: [PATCH] Add translations for Image processing (#89879) --- .../components/image_processing/strings.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/image_processing/strings.json b/homeassistant/components/image_processing/strings.json index b635fb6aaea..861a2acc1f1 100644 --- a/homeassistant/components/image_processing/strings.json +++ b/homeassistant/components/image_processing/strings.json @@ -1 +1,16 @@ -{ "title": "Image processing" } +{ + "title": "Image processing", + "entity_component": { + "_": { + "name": "[%key:component::image_processing::title%]", + "state_attributes": { + "faces": { + "name": "Faces" + }, + "total_faces": { + "name": "Total faces" + } + } + } + } +}