From 5706fb26b83e21188b4498d876f2ce92670ef769 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 28 Apr 2025 20:07:50 +0200 Subject: [PATCH] Make spelling of "self-test" consistent in `zha` (#143842) While the "self-test" button already contains the recommended hyphen it's missing in the switch and sensor entity names. --- homeassistant/components/zha/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/zha/strings.json b/homeassistant/components/zha/strings.json index be7add23d56..04b709af1a0 100644 --- a/homeassistant/components/zha/strings.json +++ b/homeassistant/components/zha/strings.json @@ -1590,7 +1590,7 @@ "name": "Floor temperature" }, "self_test": { - "name": "Self test result" + "name": "Self-test result" }, "voc_index": { "name": "VOC index" @@ -1841,7 +1841,7 @@ "name": "Mute siren" }, "self_test_switch": { - "name": "Self test" + "name": "Self-test" }, "output_switch": { "name": "Output switch"