mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
Update Almond + Ada (#822)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 0.3
|
||||
|
||||
- Update Ada to 0.4
|
||||
|
||||
## 0.2
|
||||
|
||||
- Update Ada to 0.3
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"armhf": "homeassistant/armhf-base-debian:buster"
|
||||
},
|
||||
"args": {
|
||||
"ADA_VERSION": "0.3"
|
||||
"ADA_VERSION": "0.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Hey Ada!",
|
||||
"version": "0.2",
|
||||
"version": "0.3",
|
||||
"slug": "ada",
|
||||
"description": "Home Assistant featured voice assist",
|
||||
"url": "https://home-assistant.io/addons/ada/",
|
||||
|
||||
18
almond/CHANGELOG.md
Normal file
18
almond/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## 0.4
|
||||
|
||||
- Update Almond to 1.7.0
|
||||
|
||||
## 0.3
|
||||
|
||||
- Add automatic Almond setup
|
||||
|
||||
## 0.2
|
||||
|
||||
- Add Ingress
|
||||
- Update almond to 1.6.0
|
||||
|
||||
## 0.1
|
||||
|
||||
- Initial version
|
||||
@@ -20,15 +20,14 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
||||
|
||||
# Install Almond
|
||||
ARG ALMOND_COMMIT
|
||||
ARG ALMOND_VERSION
|
||||
WORKDIR /opt/almond
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
git \
|
||||
python-dev \
|
||||
build-essential \
|
||||
\
|
||||
&& git clone https://github.com/stanford-oval/almond-server . \
|
||||
&& git checkout ${ALMOND_COMMIT} \
|
||||
&& git clone -b ${ALMOND_VERSION} --depth 1 https://github.com/stanford-oval/almond-server . \
|
||||
&& rm -fr .git \
|
||||
&& yarn \
|
||||
\
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"aarch64": "homeassistant/aarch64-base-debian:buster"
|
||||
},
|
||||
"args": {
|
||||
"ALMOND_COMMIT": "87d37637c8bcaea8a86d2e1eba039184d4434049"
|
||||
"ALMOND_VERSION": "v1.7.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Almond",
|
||||
"version": "0.3",
|
||||
"version": "0.4",
|
||||
"slug": "almond",
|
||||
"description": "The home server version of Almond",
|
||||
"url": "https://home-assistant.io/addons/almond/",
|
||||
|
||||
Reference in New Issue
Block a user