From 99f24ca59c111c26f273affa3ef88455bde5460e Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 16 Jan 2025 23:15:07 +0100 Subject: [PATCH] Fix service description to match HA style, fix casing (#135797) --- homeassistant/components/sensibo/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sensibo/strings.json b/homeassistant/components/sensibo/strings.json index adebd268ccd..0461df40825 100644 --- a/homeassistant/components/sensibo/strings.json +++ b/homeassistant/components/sensibo/strings.json @@ -512,7 +512,7 @@ }, "get_device_capabilities": { "name": "Get device mode capabilities", - "description": "Retrieve the device capabilities for a specific device according to api requirements.", + "description": "Retrieves the device capabilities for a specific device according to API requirements.", "fields": { "hvac_mode": { "name": "[%key:component::climate::services::set_hvac_mode::fields::hvac_mode::name%]", @@ -576,7 +576,7 @@ "message": "Could not perform action for {name} with error {error}" }, "climate_react_not_available": { - "message": "Use Sensibo Enable Climate React action once to enable switch or the Sensibo app" + "message": "Use Sensibo 'Enable climate react' action once to enable switch or the Sensibo app" }, "auth_error": { "message": "Authentication failed, please update your API key"