Add selectors to Conversation, Image Processing and Number service definitions (#46746)
parent
8b69608242
commit
b9d5b3c34e
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue