Modify intent docs
This commit is contained in:
parent
abee4205d3
commit
9766ffdfef
3 changed files with 42 additions and 11 deletions
23
source/_components/shopping_list.markdown
Normal file
23
source/_components/shopping_list.markdown
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Shopping List"
|
||||
description: "Instructions on how to integrate a Shopping list into Home Assistant using Intent."
|
||||
date: 2017-07-29 13:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: home-assistant.png
|
||||
ha_category: Intent
|
||||
ha_release: "0.50"
|
||||
---
|
||||
|
||||
The `shopping_list` component is a feature for the [`intent_script` component](/components/intent_script/).
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
shopping_list:
|
||||
```
|
||||
|
||||
Eg. check the [`conversion`](/components/conversation/) about how to add and delete items from the list.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue