mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Fix spelling of "Domino's Pizza" in dominos
(#149308)
This commit is contained in:
parent
eb8ca53a03
commit
edf6166a9f
@ -2,11 +2,11 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"order": {
|
"order": {
|
||||||
"name": "Order",
|
"name": "Order",
|
||||||
"description": "Places a set of orders with Dominos Pizza.",
|
"description": "Places a set of orders with Domino's Pizza.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"order_entity_id": {
|
"order_entity_id": {
|
||||||
"name": "Order entity",
|
"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."
|
"description": "The ID (as specified in the configuration) of an order to place. If provided as an array, all the identified orders will be placed."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user