File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : page
3
3
title : " Dominos Pizza"
4
- description : " Instructions how to setup Dominos Pizza ordering within Home Assistant."
4
+ description : " Instructions on how to setup Dominos Pizza ordering within Home Assistant."
5
5
date : 2017-11-05 17:30
6
6
sidebar : true
7
7
comments : false
8
8
sharing : true
9
9
footer : true
10
10
logo : dominos.png
11
11
ha_category : Other
12
- ha_version : 0.57
12
+ ha_version : 0.59
13
13
---
14
14
15
15
The ` Dominos ` component allows you to order Dominos Pizza from within your Home Assistant scripts and automations.
@@ -22,7 +22,7 @@ Orders are a group of product codes. You can get these product codes by inspecti
22
22
23
23
Currently, there is no support in this component for toppings, coupons or order tracking.
24
24
25
- ``` yaml
25
+ {% configuration %}
26
26
dominos:
27
27
country_code: ca
28
28
first_name: Justin
@@ -34,7 +34,7 @@ dominos:
34
34
- name: Medium Pan
35
35
codes:
36
36
- P12IPAZA
37
- ` ` `
37
+ {% endconfiguration %}
38
38
39
39
Now you can use the Dominos service to order pizza within your automations:
40
40
@@ -52,7 +52,7 @@ Configuration variables:
52
52
- **email** (*Required*): Your email address
53
53
- **phone** (*Required*): Your phone number
54
54
- **address** (*Required*): Your delivery address
55
- - **show_menu** (*Optional*): Dumps product codes from your nearest stor into your log (for use in with the custom panel)
55
+ - **show_menu** (*Optional*): Dumps product codes from your nearest store into your log (for use in with the custom panel)
56
56
- **orders** (*Optional*): Sets of product codes to use for ordering
57
57
58
58
You can’t perform that action at this time.
0 commit comments