mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Improve names and descriptions in neato.custom_cleaning action (#134399)
This commit is contained in:
parent
b45c68554c
commit
3845acd0ce
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user