snips: Collection of small improvements (#914)

* snips: Prettier YAML files

* snips: Move data files to data folder

* snips: Update add-on URL

* snips: Tweak documentation
This commit is contained in:
Franck Nijhof
2019-12-19 13:16:11 +01:00
committed by Pascal Vizeli
parent e679c28720
commit c7899342a6
8 changed files with 15 additions and 15 deletions

View File

@@ -2,10 +2,10 @@ ARG BUILD_FROM
FROM $BUILD_FROM
# Copy data
COPY run.sh /
COPY mosquitto.conf /etc/
COPY customtts.sh /usr/bin
COPY snips-entrypoint.sh /
COPY data/run.sh /
COPY data/mosquitto.conf /etc/
COPY data/customtts.sh /usr/bin
COPY data/snips-entrypoint.sh /
ARG BUILD_ARCH

View File

@@ -3,6 +3,7 @@
Support for Snips.ai voice assistant.
![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield]
## About
Snips.ai is an AI-powered voice assistant that runs on the Raspberry Pi 3 and x86 platforms.
@@ -10,7 +11,7 @@ In contrast to Google Assistant or Amazon Alexa, it runs on-device and is privat
## Installation
The installation of this add-on is straightforward and easy to do.
Follow these steps to get the add-on installed on your system:
1. Navigate in your Home Assistant frontend to **Hass.io** -> **Add-on Store**.
2. Find the "Snips.AI" add-on and click it.

View File

@@ -3,20 +3,19 @@
trigger:
branches:
include:
- master
- master
paths:
include:
- snips/*
- snips/*
pr: none
variables:
- name: versionBuilder
value: '2.0'
value: "2.0"
- group: docker
jobs:
- template: /.azure/azp-template-addon.yml
parameters:
addon: 'snips'
arch: '--armhf --amd64'
- template: /.azure/azp-template-addon.yml
parameters:
addon: "snips"
arch: "--armhf --amd64"

View File

@@ -3,7 +3,7 @@
"version": "6.1",
"slug": "snips",
"description": "Local voice control platform",
"url": "https://home-assistant.io/addons/snips/",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/snips",
"arch": ["armhf", "amd64"],
"startup": "application",
"boot": "auto",