Update Snips to 0.58.3 (#376)

* 0.58.2

* Update build.json

* 0.58.3

* 0.58.3

* 0.58.3

* 0.58.3

* cleanup
This commit is contained in:
Tod Schmidt
2018-08-17 19:06:51 -04:00
committed by Pascal Vizeli
parent bf97ee1d4b
commit 54e7625420
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 3.3
- Updated to latest 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

View File

@@ -1,6 +1,6 @@
{
"build_from": {
"armhf": "snipsdocker/platform:arm-0.56.4",
"amd64": "snipsdocker/platform:x86-0.56.4"
"armhf": "snipsdocker/platform:arm-0.58.3",
"amd64": "snipsdocker/platform:x86-0.58.3"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "Snips.AI",
"version": "3.2",
"version": "3.3",
"slug": "snips",
"description": "Local voice control platform",
"url": "https://home-assistant.io/addons/snips/",