Update const.py

This commit is contained in:
Pascal Vizeli
2018-05-06 09:45:46 +02:00
committed by GitHub
parent 4647035b00
commit 7adb81b350

View File

@@ -2,7 +2,7 @@
from pathlib import Path
from ipaddress import ip_network
HASSIO_VERSION = '103.1'
HASSIO_VERSION = '103.2'
URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/'
'hassio/{}/version.json')