core/homeassistant/components/dominos/strings.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."
}
}
}
}
}