From a345e80368d9e53d9a775235aa84dec574f2fdf0 Mon Sep 17 00:00:00 2001
From: Norbert Rittel <norbert@rittel.de>
Date: Mon, 30 Dec 2024 21:28:38 +0100
Subject: [PATCH] Replace unnecessary abbreviations in set_room_temperature
 action (#134278)

---
 homeassistant/components/mill/strings.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/mill/strings.json b/homeassistant/components/mill/strings.json
index 21e3e7a44a5..212da68c3e9 100644
--- a/homeassistant/components/mill/strings.json
+++ b/homeassistant/components/mill/strings.json
@@ -63,15 +63,15 @@
         },
         "away_temp": {
           "name": "Away temperature",
-          "description": "Away temp."
+          "description": "Room temperature in away mode"
         },
         "comfort_temp": {
           "name": "Comfort temperature",
-          "description": "Comfort temp."
+          "description": "Room temperature in comfort mode"
         },
         "sleep_temp": {
           "name": "Sleep temperature",
-          "description": "Sleep temp."
+          "description": "Room temperature in sleep mode"
         }
       }
     }
-- 
GitLab