Fix ada aarch64

This commit is contained in:
Pascal Vizeli
2020-04-20 20:10:42 +02:00
parent c1e942b644
commit 9426e0c5d1
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 1.1.1
- Fix aarch64 support
## 1.1.0
- Renaming Home Assistant

View File

@@ -5,6 +5,6 @@
"armv7": "homeassistant/armv7-base-debian:buster"
},
"args": {
"ADA_VERSION": "0.8"
"ADA_VERSION": "0.8.1"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "Hey Ada!",
"version": "1.1.0",
"version": "1.1.1",
"slug": "ada",
"description": "Voice assistant powered by Home Assistant",
"url": "https://github.com/home-assistant/hassio-addons/blob/master/ada",