mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Don't warn but info when on dev mode (#16831)
This commit is contained in:
parent
b52e8525ac
commit
579b77ba4c
@ -76,7 +76,7 @@ async def async_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("Running on 'dev', only analytics will be submitted")
|
_LOGGER.info("Running on 'dev', only analytics will be submitted")
|
||||||
|
|
||||||
config = config.get(DOMAIN, {})
|
config = config.get(DOMAIN, {})
|
||||||
if config.get(CONF_REPORTING):
|
if config.get(CONF_REPORTING):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user