Skip to content

Commit 90f561b

Browse files
SonicMagnafrenck
authored andcommitted
Snips.ai corrections (home-assistant#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.
1 parent ccaa91e commit 90f561b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_addons/snips.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ snips:
7676
7777
### Home Assistant configuration
7878
79-
There is an active [discord](https://discordapp.com/invite/3939Kqx) channel for further support.
79+
There is an active [discord](https://discordapp.com/invite/3939Kqx) channel and [Snips forum](https://forum.snips.ai/) for further support.
8080
8181
### Examples
8282
8383
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.
8484

85-
Next create a weather sensor, e.g., one for (Dark Sky)[/components/sensor.darksky/] and put the `api_key` in your `secrets.yaml` file.
85+
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).
8686

8787
```yaml
8888
- platform: darksky

0 commit comments

Comments
 (0)