Skip to content

Introduce the new updater data collection #1277

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

Merged
merged 2 commits into from
Oct 22, 2016
Merged

Introduce the new updater data collection #1277

merged 2 commits into from
Oct 22, 2016

Conversation

kellerza
Copy link
Member

Description:
New updater component data & opt_out feature

Pull request in home-assistant (if applicable): home-assistant/core#3781

@mention-bot
Copy link

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


The updater component will collect basic information about Home Assistant and it's environment. The information includes the current Home Assistant version, the timezone, Python version and operating system infomation. No identifyable information (i.e. IP, GPS coordinates) will ever be collected. If you are concerned about your privacy, you are welcome to scrutinize the Python [source code](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/updater.py#L91).

If you choose not to share any information when checking for updates, you can add `opt_out: True` to the updater section of your configuration.
Copy link
Member

@fabaff fabaff Oct 21, 2016

Choose a reason for hiding this comment

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

If you check your configuration in three month it will be hard to determine for most users what opt_out: True is. I suggest that we re-name that variable to something like reporting: which reflect what the value about.

@@ -34,3 +33,7 @@ automation:
data:
message: 'Update for Home Assistant is available.'
```

The updater component will collect basic information about Home Assistant and it's environment. The information includes the current Home Assistant version, the timezone, Python version and operating system infomation. No identifyable information (i.e. IP, GPS coordinates) will ever be collected. If you are concerned about your privacy, you are welcome to scrutinize the Python [source code](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/updater.py#L91).
Copy link
Contributor

Choose a reason for hiding this comment

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

Misspelling identifyable -> identifiable.

@fabaff fabaff merged commit 69b5571 into next Oct 22, 2016
@fabaff fabaff deleted the kellerza-updater branch October 22, 2016 08:03
@robbiet480 robbiet480 added the Hacktoberfest An PR on this issue (or the PR itself) is eligible towards Hacktoberfest! label Oct 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest An PR on this issue (or the PR itself) is eligible towards Hacktoberfest!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants