From 186295ef8a41e36673f1aaf1f3f0bbde1b6503a9 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Wed, 5 Jul 2023 22:27:03 +0200 Subject: [PATCH] Correct spelling roborock strings (#95919) --- homeassistant/components/roborock/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/roborock/strings.json b/homeassistant/components/roborock/strings.json index 1cd95914808..e595b7abff4 100644 --- a/homeassistant/components/roborock/strings.json +++ b/homeassistant/components/roborock/strings.json @@ -142,8 +142,8 @@ }, "issues": { "service_deprecation_start_pause": { - "title": "Roborock vaccum support for vacuum.start_pause is being removed", - "description": "Roborock vaccum support for the vacuum.start_pause service is deprecated and will be removed in Home Assistant 2024.2; Please adjust any automation or script that uses the service to instead call vacuum.pause or vacuum.start and select submit below to mark this issue as resolved." + "title": "Roborock vacuum support for vacuum.start_pause is being removed", + "description": "Roborock vacuum support for the vacuum.start_pause service is deprecated and will be removed in Home Assistant 2024.2; Please adjust any automation or script that uses the service to instead call vacuum.pause or vacuum.start and select submit below to mark this issue as resolved." } } }