mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 07:06:50 +01:00
15 lines
396 B
JSON
15 lines
396 B
JSON
{
|
|
"services": {
|
|
"order": {
|
|
"name": "Order",
|
|
"description": "Places a set of orders with Dominos Pizza.",
|
|
"fields": {
|
|
"order_entity_id": {
|
|
"name": "Order entity",
|
|
"description": "The ID (as specified in the configuration) of an order to place. If provided as an array, all of the identified orders will be placed."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|