Support aarch64 with armv7 in combat (#1083)

* Support aarch64 with armv7 in combat

* Update config.json

* Update CHANGELOG.md
This commit is contained in:
Pascal Vizeli
2020-02-17 10:26:42 +01:00
committed by GitHub
parent 263700723b
commit fa3b231789
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 1.0
- Support aarch64 in armv7 combat mode
## 0.9
- Corrected link to documentation inside the add-on

View File

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

View File

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