Skip to content

Commit b9d0adf

Browse files
Updated as per notes
1 parent b1c59f3 commit b9d0adf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/_components/dominos.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: page
33
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."
55
date: 2017-11-05 17:30
66
sidebar: true
77
comments: false
88
sharing: true
99
footer: true
1010
logo: dominos.png
1111
ha_category: Other
12-
ha_version: 0.57
12+
ha_version: 0.59
1313
---
1414

1515
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
2222

2323
Currently, there is no support in this component for toppings, coupons or order tracking.
2424

25-
```yaml
25+
{% configuration %}
2626
dominos:
2727
country_code: ca
2828
first_name: Justin
@@ -34,7 +34,7 @@ dominos:
3434
- name: Medium Pan
3535
codes:
3636
- P12IPAZA
37-
```
37+
{% endconfiguration %}
3838

3939
Now you can use the Dominos service to order pizza within your automations:
4040

@@ -52,7 +52,7 @@ Configuration variables:
5252
- **email** (*Required*): Your email address
5353
- **phone** (*Required*): Your phone number
5454
- **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)
5656
- **orders** (*Optional*): Sets of product codes to use for ordering
5757
5858

0 commit comments

Comments
 (0)