Fix gassistant json (#149)

* Update hassio_gassistant.py

* Update config.json
This commit is contained in:
Pascal Vizeli
2017-07-22 17:23:21 +02:00
committed by GitHub
parent 8e438fc33d
commit 5e5b4138e8
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Google Assistant",
"version": "0.0.3-p3",
"version": "0.0.3-p4",
"slug": "google_assistant",
"description": "A virtual personal assistant developed by Google",
"url": "https://home-assistant.io/addons/google_assistant/",

View File

@@ -1,4 +1,5 @@
"""Hass.IO Google Assistant."""
import json
import sys
from pathlib import Path