mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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:
parent
ccaa91e1be
commit
90f561b361
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user