Update const.py

This commit is contained in:
Pascal Vizeli 2017-08-16 02:18:33 +02:00 committed by GitHub
parent f3e60f6c28
commit 70685c41be

View File

@ -1,7 +1,7 @@
"""Const file for HassIO."""
from pathlib import Path
HASSIO_VERSION = '0.55'
HASSIO_VERSION = '0.56'
URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/'
'hassio/{}/version.json')