From 6c37ee06c090a68c8ff39fb3f553fe1fbf45e58c Mon Sep 17 00:00:00 2001 From: Norbert Schulze Date: Mon, 11 Sep 2023 20:35:10 +0200 Subject: [PATCH] switch.somneo_alarm5 fix switch.somneo_alarm5 entity was missing because name Alarm5 was missing in english translation. --- custom_components/somneo/translations/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/somneo/translations/en.json b/custom_components/somneo/translations/en.json index f0a49b9..ad7c5d0 100644 --- a/custom_components/somneo/translations/en.json +++ b/custom_components/somneo/translations/en.json @@ -367,6 +367,7 @@ } }, "alarm5": { + "name": "Alarm5", "state_attributes": { "hour": { "name": "Hour" @@ -928,4 +929,4 @@ } } } -} \ No newline at end of file +}