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
|
# Describes the format for available component services
|
||||||
process:
|
process:
|
||||||
description: Launch a conversation from a transcribed text.
|
description: Launch a conversation from a transcribed text
|
||||||
fields:
|
fields:
|
||||||
text:
|
text:
|
||||||
|
name: Text
|
||||||
description: Transcribed text
|
description: Transcribed text
|
||||||
example: Turn all lights on
|
example: Turn all lights on
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
# Describes the format for available image processing services
|
# Describes the format for available image processing services
|
||||||
|
|
||||||
scan:
|
scan:
|
||||||
description: Process an image immediately.
|
description: Process an image immediately
|
||||||
fields:
|
target:
|
||||||
entity_id:
|
|
||||||
description: Name(s) of entities to scan immediately.
|
|
||||||
example: "image_processing.alpr_garage"
|
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# Describes the format for available Number entity services
|
# Describes the format for available Number entity services
|
||||||
|
|
||||||
set_value:
|
set_value:
|
||||||
description: Set the value of a Number entity.
|
description: Set the value of a Number entity
|
||||||
|
target:
|
||||||
fields:
|
fields:
|
||||||
entity_id:
|
|
||||||
description: Entity ID of the Number to set the new value.
|
|
||||||
example: number.volume
|
|
||||||
value:
|
value:
|
||||||
|
name: Value
|
||||||
description: The target value the entity should be set to.
|
description: The target value the entity should be set to.
|
||||||
example: 42
|
example: 42
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
|
|
Loading…
Reference in New Issue