mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
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:
committed by
Pascal Vizeli
parent
e679c28720
commit
c7899342a6
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -11,12 +11,11 @@ pr: none
|
||||
|
||||
variables:
|
||||
- name: versionBuilder
|
||||
value: '2.0'
|
||||
value: "2.0"
|
||||
- group: docker
|
||||
|
||||
|
||||
jobs:
|
||||
- template: /.azure/azp-template-addon.yml
|
||||
- template: /.azure/azp-template-addon.yml
|
||||
parameters:
|
||||
addon: 'snips'
|
||||
arch: '--armhf --amd64'
|
||||
addon: "snips"
|
||||
arch: "--armhf --amd64"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user