Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updater... updates #4020

Merged
merged 4 commits into from
Oct 24, 2016
Merged

Conversation

robbiet480
Copy link
Member

@robbiet480 robbiet480 commented Oct 24, 2016

  • Enable analytics submission in dev
  • Add a dev attribute to the payload
  • Add log line about being on the current version already

@mention-bot
Copy link

@robbiet480, thanks for your PR! By analyzing the history of the files in this pull request, we identified @balloob, @kellerza and @JshWright to be potential reviewers.

@@ -80,8 +81,9 @@ def check_newest_version(hass, huuid):
"""Check if a new version is available and report if one is."""
newest, releasenotes = get_newest_version(huuid)

if newest is not None:
if newest is not None and 'dev' not in CURRENT_VERSION:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we turn it around for code clarity.

if newst is None or 'dev' in CURRENT_VERSION:
    return

if Strict

@robbiet480 robbiet480 changed the title Enable updater in dev versions Minor updater... updates Oct 24, 2016
@balloob
Copy link
Member

balloob commented Oct 24, 2016

🐬 ok to merge when tests pass

@balloob balloob merged commit 0c563f7 into home-assistant:dev Oct 24, 2016
@home-assistant home-assistant locked and limited conversation to collaborators Mar 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants