From c1520a9b20b4940015dbb1d645c244ad7ee7c00d Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 15 Jan 2025 01:49:10 +0100 Subject: [PATCH] Fix spelling of EnOcean in strings file of the integration (#135622) --- homeassistant/components/enocean/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/enocean/strings.json b/homeassistant/components/enocean/strings.json index 9d9699481b1..1a6f08cbf37 100644 --- a/homeassistant/components/enocean/strings.json +++ b/homeassistant/components/enocean/strings.json @@ -2,13 +2,13 @@ "config": { "step": { "detect": { - "title": "Select the path to your ENOcean dongle", + "title": "Select the path to your EnOcean dongle", "data": { "path": "USB dongle path" } }, "manual": { - "title": "Enter the path to your ENOcean dongle", + "title": "Enter the path to your EnOcean dongle", "data": { "path": "[%key:component::enocean::config::step::detect::data::path%]" }