Improve names and descriptions in neato.custom_cleaning action (#134399)

This commit is contained in:
Norbert Rittel 2025-01-02 11:04:23 +01:00 committed by GitHub
parent b45c68554c
commit 3845acd0ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,24 +42,24 @@
}, },
"services": { "services": {
"custom_cleaning": { "custom_cleaning": {
"name": "Zone cleaning action", "name": "Custom cleaning",
"description": "Zone cleaning action specific to Neato Botvacs.", "description": "Starts a custom cleaning of your house.",
"fields": { "fields": {
"mode": { "mode": {
"name": "Set cleaning mode", "name": "Cleaning mode",
"description": "Set the cleaning mode: 1 for eco and 2 for turbo. Defaults to turbo if not set." "description": "Sets the cleaning mode: 1 for eco and 2 for turbo. Defaults to turbo if not set."
}, },
"navigation": { "navigation": {
"name": "Set navigation mode", "name": "Navigation mode",
"description": "Set the navigation mode: 1 for normal, 2 for extra care, 3 for deep. Defaults to normal if not set." "description": "Sets the navigation mode: 1 for normal, 2 for extra care, 3 for deep. Defaults to normal if not set."
}, },
"category": { "category": {
"name": "Use cleaning map", "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)." "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": { "zone": {
"name": "Name of the zone to clean (Only Botvac D7)", "name": "Zone",
"description": "Only supported on the Botvac D7. Name of the zone to clean. Defaults to no zone i.e. complete house cleanup." "description": "Name of the zone to clean (only supported on the Botvac D7). Defaults to no zone i.e. complete house cleanup."
} }
} }
} }