Update snips to version 0.52.7 (#254)

* Update snips to version 0.52.7

* Update config.json

* Update CHANGELOG.md
This commit is contained in:
Pascal Vizeli
2018-02-25 15:25:38 +01:00
committed by GitHub
parent 5815801f97
commit 108f2a9892
3 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
# Changelog
## 0.7.0 ##
## 0.8
- Updated to latest snips version 0.52.7
## 0.7
- Updated to latest snips version 0.51.14
- Added default assistant for hassio builtin intents

View File

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

View File

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