Dominos Pizza


The Dominos Pizza integrationIntegrations connect and integrate Home Assistant with your devices, services, and more.
[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 integrationIntegrations connect and integrate Home Assistant with your devices, services, and more.
[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 to see the available product codes in a separate panel in your install.

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: [email protected]
  phone: 123456789
  address: 24 Housten Dr, Ottawa, ON, K2M2M2
  orders:
  - name: Medium Pan
    codes:
      - P12IPAZA

Now you can use the Dominos serviceA service carries out one specific task, for example: turn on the light in the living room. A service has targets and data and can be called by actions, a dashboard, or via voice command.
[Learn more]
to order pizza within your automations:

- service: dominos.order
  data:
    order_entity_id: dominos.medium_pan

Configuration Variables

country_code string Required

'ca' or 'us', depending on your location

first_name string Required

Your first name

last_name string Required

Your last name

email string Required

Your email address

phone string Required

Your phone number

address string Required

Your delivery address

show_menu integer (Optional)

Dumps product codes from your nearest store into your log (for use in with the custom panel)

orders list (Optional)

Sets of product codes to use for ordering