From c2065f1f14871f7cb843c3cfc515a98fa04ca26b Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 1 Apr 2026 14:06:15 +0200 Subject: [PATCH] Fix `switch_failed_off` exception wording in `honeywell` (#166987) --- homeassistant/components/honeywell/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/honeywell/strings.json b/homeassistant/components/honeywell/strings.json index 2c8e4397b8d..b057030ff30 100644 --- a/homeassistant/components/honeywell/strings.json +++ b/homeassistant/components/honeywell/strings.json @@ -77,7 +77,7 @@ "message": "Honeywell could not stop hold mode" }, "switch_failed_off": { - "message": "Honeywell could turn off emergency heat mode." + "message": "Honeywell could not turn off emergency heat mode." }, "switch_failed_on": { "message": "Honeywell could not set system mode to emergency heat mode."