Add selectors to Conversation, Image Processing and Number service definitions (#46746)

pull/46754/head
Franck Nijhof 2021-02-18 17:13:59 +01:00 committed by GitHub
parent 8b69608242
commit b9d5b3c34e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 10 deletions

View File

@ -1,7 +1,10 @@
# Describes the format for available component services
process:
description: Launch a conversation from a transcribed text.
description: Launch a conversation from a transcribed text
fields:
text:
name: Text
description: Transcribed text
example: Turn all lights on
selector:
text:

View File

@ -1,8 +1,5 @@
# Describes the format for available image processing services
scan:
description: Process an image immediately.
fields:
entity_id:
description: Name(s) of entities to scan immediately.
example: "image_processing.alpr_garage"
description: Process an image immediately
target:

View File

@ -1,11 +1,12 @@
# Describes the format for available Number entity services
set_value:
description: Set the value of a Number entity.
description: Set the value of a Number entity
target:
fields:
entity_id:
description: Entity ID of the Number to set the new value.
example: number.volume
value:
name: Value
description: The target value the entity should be set to.
example: 42
selector:
text: