From 5e0923b60dca5e4432f202d5c038a3f991ca9464 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 1 Dec 2025 06:33:18 +0100 Subject: [PATCH] Fix spelling of "to set up" in `hue_ble` (#157593) --- homeassistant/components/hue_ble/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/hue_ble/strings.json b/homeassistant/components/hue_ble/strings.json index 9c80bd204876..72e6b2dab84b 100644 --- a/homeassistant/components/hue_ble/strings.json +++ b/homeassistant/components/hue_ble/strings.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", - "not_implemented": "This integration can only be setup via discovery." + "not_implemented": "This integration can only be set up via discovery." }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",