From 90f561b3612c444e8f8375e15e6493bac2a16843 Mon Sep 17 00:00:00 2001 From: Scott <52136729+SonicMagna@users.noreply.github.com> Date: Fri, 5 Jul 2019 06:20:46 -0400 Subject: [PATCH] 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. --- source/_addons/snips.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_addons/snips.markdown b/source/_addons/snips.markdown index 3a7d14681dd..cc269de8fe3 100644 --- a/source/_addons/snips.markdown +++ b/source/_addons/snips.markdown @@ -76,13 +76,13 @@ snips: ### 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 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 - platform: darksky