mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
Support aarch64 with armv7 in combat (#1083)
* Support aarch64 with armv7 in combat * Update config.json * Update CHANGELOG.md
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0
|
||||
|
||||
- Support aarch64 in armv7 combat mode
|
||||
|
||||
## 0.9
|
||||
|
||||
- Corrected link to documentation inside the add-on
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"armv7": "homeassistant/armv7-base-debian:buster"
|
||||
},
|
||||
"args": {
|
||||
"ADA_VERSION": "0.7"
|
||||
"ADA_VERSION": "0.8"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user