From 3a043655b9f6540d87c1aaeef76df1b3378b6273 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 17 Jul 2023 09:03:25 +0200 Subject: [PATCH] Vacuum services strings: rename 'base' to 'dock' for consistency (#96715) --- homeassistant/components/vacuum/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/vacuum/strings.json b/homeassistant/components/vacuum/strings.json index 9822c2fa821..73e50af5caa 100644 --- a/homeassistant/components/vacuum/strings.json +++ b/homeassistant/components/vacuum/strings.json @@ -65,7 +65,7 @@ "description": "Pauses the cleaning task." }, "return_to_base": { - "name": "Return to base", + "name": "Return to dock", "description": "Tells the vacuum cleaner to return to its dock." }, "clean_spot": { @@ -74,7 +74,7 @@ }, "send_command": { "name": "Send command", - "description": "Sends a raw command to the vacuum cleaner.", + "description": "Sends a command to the vacuum cleaner.", "fields": { "command": { "name": "Command",