mirror of
https://github.com/home-assistant/core.git
synced 2025-07-11 07:17:12 +00:00
Add service target to Neato (#49803)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
d749015b96
commit
ff137fe186
@ -1,18 +1,45 @@
|
|||||||
custom_cleaning:
|
custom_cleaning:
|
||||||
|
name: Zone Cleaning service
|
||||||
description: Zone Cleaning service call specific to Neato Botvacs.
|
description: Zone Cleaning service call specific to Neato Botvacs.
|
||||||
|
target:
|
||||||
|
entity:
|
||||||
|
integration: neato
|
||||||
|
domain: vacuum
|
||||||
fields:
|
fields:
|
||||||
entity_id:
|
|
||||||
description: Name of the vacuum entity. [Required]
|
|
||||||
example: "vacuum.neato"
|
|
||||||
mode:
|
mode:
|
||||||
|
name: Set cleaning mode
|
||||||
description: "Set the cleaning mode: 1 for eco and 2 for turbo. Defaults to turbo if not set."
|
description: "Set the cleaning mode: 1 for eco and 2 for turbo. Defaults to turbo if not set."
|
||||||
|
default: 2
|
||||||
example: 2
|
example: 2
|
||||||
|
selector:
|
||||||
|
number:
|
||||||
|
min: 1
|
||||||
|
max: 2
|
||||||
|
mode: box
|
||||||
navigation:
|
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."
|
description: "Set the navigation mode: 1 for normal, 2 for extra care, 3 for deep. Defaults to normal if not set."
|
||||||
|
default: 1
|
||||||
example: 1
|
example: 1
|
||||||
|
selector:
|
||||||
|
number:
|
||||||
|
min: 1
|
||||||
|
max: 3
|
||||||
|
mode: box
|
||||||
category:
|
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)."
|
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)."
|
||||||
|
default: 4
|
||||||
example: 2
|
example: 2
|
||||||
|
selector:
|
||||||
|
number:
|
||||||
|
min: 2
|
||||||
|
max: 4
|
||||||
|
step: 2
|
||||||
|
mode: box
|
||||||
zone:
|
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.
|
description: Only supported on the Botvac D7. Name of the zone to clean. Defaults to no zone i.e. complete house cleanup.
|
||||||
example: "Kitchen"
|
example: "Kitchen"
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user