From 3845acd0cea5d9d80774d0917c7c024701e33b12 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 2 Jan 2025 11:04:23 +0100 Subject: [PATCH] Improve names and descriptions in neato.custom_cleaning action (#134399) --- homeassistant/components/neato/strings.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/homeassistant/components/neato/strings.json b/homeassistant/components/neato/strings.json index e2c983167b1..0324fdb8fad 100644 --- a/homeassistant/components/neato/strings.json +++ b/homeassistant/components/neato/strings.json @@ -42,24 +42,24 @@ }, "services": { "custom_cleaning": { - "name": "Zone cleaning action", - "description": "Zone cleaning action specific to Neato Botvacs.", + "name": "Custom cleaning", + "description": "Starts a custom cleaning of your house.", "fields": { "mode": { - "name": "Set cleaning mode", - "description": "Set the cleaning mode: 1 for eco and 2 for turbo. Defaults to turbo if not set." + "name": "Cleaning mode", + "description": "Sets the cleaning mode: 1 for eco and 2 for turbo. Defaults to turbo if not set." }, "navigation": { - "name": "Set navigation mode", - "description": "Set the navigation mode: 1 for normal, 2 for extra care, 3 for deep. Defaults to normal if not set." + "name": "Navigation mode", + "description": "Sets the navigation mode: 1 for normal, 2 for extra care, 3 for deep. Defaults to normal if not set." }, "category": { "name": "Use cleaning map", "description": "Whether to use a persistent map or not for cleaning (i.e. No go lines): 2 for no map, 4 for map. Default to using map if not set (and fallback to no map if no map is found)." }, "zone": { - "name": "Name of the zone to clean (Only Botvac D7)", - "description": "Only supported on the Botvac D7. Name of the zone to clean. Defaults to no zone i.e. complete house cleanup." + "name": "Zone", + "description": "Name of the zone to clean (only supported on the Botvac D7). Defaults to no zone i.e. complete house cleanup." } } }