From dc8d837e8896b9dcb1f0e005a047346e28428eaf Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Sat, 9 Oct 2021 19:17:02 +0200 Subject: [PATCH] Add missing validation text (#10225) --- src/translations/en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/translations/en.json b/src/translations/en.json index 56c4430ea7..4953259207 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1102,6 +1102,10 @@ "title": "Unexpected state class", "description": "The following entities do not have the expected state class:" }, + "entity_unexpected_device_class": { + "title": "Unexpected device class", + "description": "The following entities do not have the expected device class:" + }, "entity_state_class_measurement_no_last_reset": { "title": "Last reset missing", "description": "The following entities have state class 'measurement' but 'last_reset' is missing:"