Upgrade distro to 1.0.3 ()

This commit is contained in:
Fabian Affolter 2017-03-19 15:59:07 +01:00 committed by GitHub
parent 678f273002
commit 35c679a956
2 changed files with 3 additions and 4 deletions
homeassistant/components
requirements_all.txt

View file

@ -22,7 +22,7 @@ from homeassistant.const import __version__ as CURRENT_VERSION
from homeassistant.const import ATTR_FRIENDLY_NAME
from homeassistant.helpers import event
REQUIREMENTS = ['distro==1.0.2']
REQUIREMENTS = ['distro==1.0.3']
_LOGGER = logging.getLogger(__name__)
@ -71,8 +71,7 @@ def setup(hass, config):
"""Set up the updater component."""
if 'dev' in CURRENT_VERSION:
# This component only makes sense in release versions
_LOGGER.warning("Updater component enabled in 'dev'. "
"No notifications but analytics will be submitted")
_LOGGER.warning("Running on 'dev', only analytics will be submitted")
config = config.get(DOMAIN, {})
huuid = _load_uuid(hass) if config.get(CONF_REPORTING) else None

View file

@ -115,7 +115,7 @@ directpy==0.1
discord.py==0.16.0
# homeassistant.components.updater
distro==1.0.2
distro==1.0.3
# homeassistant.components.switch.digitalloggers
dlipower==0.7.165