mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
Version Change Only - Snips 0.60.1 (#458)
* 0.58.2 * 0.58.2 * rebase * rebase * 0.58.3 * 0.58.3 * cleanup * updated version * Fix version - push files to s3 * Fix log string * Update snips/CHANGELOG.md Co-Authored-By: tschmidty69 <tschmidty@yahoo.com> * Ugh, changed docker hub * added resolv.conf * Removed nameserver * Update CHANGELOG.md * Update config.json
This commit is contained in:
committed by
Pascal Vizeli
parent
96c9f0c020
commit
d9ab42bc83
@@ -1,17 +1,20 @@
|
||||
# Changelog
|
||||
|
||||
## 4
|
||||
## 5.0
|
||||
- Updated to snips 0.60.1
|
||||
|
||||
## 4.0
|
||||
- Use new Hass.io Services API and cleanup config
|
||||
|
||||
## 3.3
|
||||
- Updated to latest snips 0.58.3
|
||||
- Updated to snips 0.58.3
|
||||
- NOTE: This version requires an updated assistant from the Snips Console.
|
||||
|
||||
## 3.2
|
||||
- Added snips-asr-injections service to allow dynamic entity names
|
||||
|
||||
## 3.1
|
||||
- Updated to latest snips version 0.56.4
|
||||
- Updated to snips version 0.56.4
|
||||
|
||||
## 3.0
|
||||
- Updated to snips version 0.55.2
|
||||
@@ -23,16 +26,16 @@
|
||||
- Update preinstalled assistant for Home-Assistant
|
||||
|
||||
## 1.0
|
||||
- Updated to latest snips version 0.53.17
|
||||
- Updated to snips version 0.53.17
|
||||
|
||||
## 0.9
|
||||
- Update preinstalled assistant for Home-Assistant
|
||||
|
||||
## 0.8
|
||||
- Updated to latest snips version 0.52.7
|
||||
- Updated to snips version 0.52.7
|
||||
|
||||
## 0.7
|
||||
- Updated to latest snips version 0.51.14
|
||||
- Updated to snips version 0.51.14
|
||||
- Added default assistant for hassio builtin intents
|
||||
|
||||
## 0.6.5-p1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"build_from": {
|
||||
"armhf": "snipsdocker/platform:arm-0.58.3",
|
||||
"amd64": "snipsdocker/platform:x86-0.58.3"
|
||||
"armhf": "tschmidty/armhf-addon-snips:5",
|
||||
"amd64": "tschmidty/amd64-addon-snips:5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Snips.AI",
|
||||
"version": "4",
|
||||
"version": "5.0",
|
||||
"slug": "snips",
|
||||
"description": "Local voice control platform",
|
||||
"url": "https://home-assistant.io/addons/snips/",
|
||||
|
||||
Reference in New Issue
Block a user