Snips.ai corrections (#9776)

* Snips.ai page: Corrected Link Error

The original text had the brackets and braces in wrong places on the intended link.

* Snips.ai documentation, syntax correction and additional info added.
This commit is contained in:
Scott 2019-07-05 06:20:46 -04:00 committed by Franck Nijhof
parent ccaa91e1be
commit 90f561b361

View File

@ -76,13 +76,13 @@ snips:
### Home Assistant configuration ### Home Assistant configuration
There is an active [discord](https://discordapp.com/invite/3939Kqx) channel for further support. There is an active [discord](https://discordapp.com/invite/3939Kqx) channel and [Snips forum](https://forum.snips.ai/) for further support.
### Examples ### Examples
So now you can turn lights on and off, let's check the weather. Log on to the [console](https://console.snips.ai/). If this is your first time, create a new assistant and add the Home Assistant skill, along with the Weather skill by snips. Download your assistant manually and copy it to the `/share` folder on your HassIO installation using the Samba add-on. So now you can turn lights on and off, let's check the weather. Log on to the [console](https://console.snips.ai/). If this is your first time, create a new assistant and add the Home Assistant skill, along with the Weather skill by snips. Download your assistant manually and copy it to the `/share` folder on your HassIO installation using the Samba add-on.
Next create a weather sensor, e.g., one for (Dark Sky)[/components/sensor.darksky/] and put the `api_key` in your `secrets.yaml` file. Next create a weather sensor, e.g., one for [Dark Sky](/components/darksky/), and put the `api_key` in your `secrets.yaml` file. For this example to work you will need to have a valid API key from [Dark Sky](https://darksky.net/dev).
```yaml ```yaml
- platform: darksky - platform: darksky