Modify intent docs

This commit is contained in:
Fabian Affolter 2017-07-29 22:11:20 +02:00
parent abee4205d3
commit 9766ffdfef
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
3 changed files with 42 additions and 11 deletions

View 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.