Dominos Pizza
The Dominos Pizza integration集成将 Home Assistant 与您的设备、服务等连接和集成。 [Learn more] allows you to order Dominos Pizza from within your Home Assistant scripts and automations.
At present, this integration only supports ordering within Canada and the US.
Configuration
To enable the integration集成将 Home Assistant 与您的设备、服务等连接和集成。 [Learn more], you need to set up your customer information and define some orders.
Orders are a group of product codes. You can get these product codes by inspecting an order request from the Dominos web app, or you can add this custom panel by following this readme
Currently, there is no support in this integration for toppings, coupons, or order tracking.
dominos:
country_code: ca
first_name: John
last_name: Smith
email: john.smith@example.com
phone: 123456789
address: 24 Housten Dr, Ottawa, ON, K2M2M2
orders:
- name: Medium Pan
codes:
- P12IPAZA
Now you can use the Dominos action动作在 Home Assistant 的多个地方使用。作为脚本或自动化的一部分,动作定义了触发器被激活后将发生的事情。在脚本中,动作被称为序列。 [Learn more] to order pizza within your automations:
- action: dominos.order
data:
order_entity_id: dominos.medium_pan