From 95fd8de1bcab88d02d63c886c2048f2d75bd1257 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Wed, 13 Jan 2021 20:13:37 +0100 Subject: [PATCH] Adjust person / presence detection texts (#8117) --- src/translations/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 1c3c097a75..17f278a587 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -300,8 +300,8 @@ "by": "by", "by_service": "by service", "messages": { - "was_away": "was away", - "was_at_state": "was at {state}", + "was_away": "was detected away", + "was_at_state": "was detected at {state}", "rose": "rose", "set": "set", "was_low": "was low", @@ -314,7 +314,7 @@ "was_locked": "was locked", "was_plugged_in": "was plugged in", "was_unplugged": "was unplugged", - "was_at_home": "was at home", + "was_at_home": "was detected at home", "was_unsafe": "was unsafe", "was_safe": "was safe", "detected_device_class": "detected {device_class}",