mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Upgrade distro to 1.0.3 (#6693)
This commit is contained in:
parent
678f273002
commit
35c679a956
@ -22,7 +22,7 @@ from homeassistant.const import __version__ as CURRENT_VERSION
|
|||||||
from homeassistant.const import ATTR_FRIENDLY_NAME
|
from homeassistant.const import ATTR_FRIENDLY_NAME
|
||||||
from homeassistant.helpers import event
|
from homeassistant.helpers import event
|
||||||
|
|
||||||
REQUIREMENTS = ['distro==1.0.2']
|
REQUIREMENTS = ['distro==1.0.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -71,8 +71,7 @@ def setup(hass, config):
|
|||||||
"""Set up the updater component."""
|
"""Set up the updater component."""
|
||||||
if 'dev' in CURRENT_VERSION:
|
if 'dev' in CURRENT_VERSION:
|
||||||
# This component only makes sense in release versions
|
# This component only makes sense in release versions
|
||||||
_LOGGER.warning("Updater component enabled in 'dev'. "
|
_LOGGER.warning("Running on 'dev', only analytics will be submitted")
|
||||||
"No notifications but analytics will be submitted")
|
|
||||||
|
|
||||||
config = config.get(DOMAIN, {})
|
config = config.get(DOMAIN, {})
|
||||||
huuid = _load_uuid(hass) if config.get(CONF_REPORTING) else None
|
huuid = _load_uuid(hass) if config.get(CONF_REPORTING) else None
|
||||||
|
@ -115,7 +115,7 @@ directpy==0.1
|
|||||||
discord.py==0.16.0
|
discord.py==0.16.0
|
||||||
|
|
||||||
# homeassistant.components.updater
|
# homeassistant.components.updater
|
||||||
distro==1.0.2
|
distro==1.0.3
|
||||||
|
|
||||||
# homeassistant.components.switch.digitalloggers
|
# homeassistant.components.switch.digitalloggers
|
||||||
dlipower==0.7.165
|
dlipower==0.7.165
|
||||||
|
Loading…
x
Reference in New Issue
Block a user