From 2d22a60b8fc4211e138b5d210c6350e8e30296cc Mon Sep 17 00:00:00 2001
From: John Hillery <34005807+jrhillery@users.noreply.github.com>
Date: Sat, 8 Mar 2025 13:22:26 -0500
Subject: [PATCH] Label emergency heat switch (#139872)

* Add label to emergency heat switch

* Use sentence case names

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

---------

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
---
 homeassistant/components/nexia/strings.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/homeassistant/components/nexia/strings.json b/homeassistant/components/nexia/strings.json
index d88ce0b898d..05d86d3a495 100644
--- a/homeassistant/components/nexia/strings.json
+++ b/homeassistant/components/nexia/strings.json
@@ -58,6 +58,9 @@
     "switch": {
       "hold": {
         "name": "Hold"
+      },
+      "emergency_heat": {
+        "name": "Emergency heat"
       }
     }
   },
-- 
GitLab