Enhance Jibo integration: Add service filtering by robot name, improve configuration flow, and update service documentation.
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
say:
|
||||
description: Make Jibo Say Something
|
||||
description: Make a Jibo robot say something.
|
||||
fields:
|
||||
message:
|
||||
description: Text to speak
|
||||
example: "Hello Home Assistant"
|
||||
required: true
|
||||
description: The text to speak.
|
||||
example: "Hello, Home Assistant!"
|
||||
required: true
|
||||
selector:
|
||||
text:
|
||||
robot:
|
||||
description: >
|
||||
Name of the robot to speak on. Leave empty to speak on all configured
|
||||
Jibo robots.
|
||||
example: "Living Room Jibo"
|
||||
required: false
|
||||
selector:
|
||||
text:
|
||||
|
||||
Reference in New Issue
Block a user