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

Remove analytics from default_config #17216

Merged
merged 1 commit into from
Mar 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions source/_integrations/analytics.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ When enabled the integration will send data 15 minutes after each start, and eve

The collected data is available to the public at <https://analytics.home-assistant.io>

## Configuration

This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually, just enabling the integration will **not** make it sent analytics:

```yaml
analytics:
```
## Basic analytics

This includes:
Expand Down
1 change: 0 additions & 1 deletion source/_integrations/default_config.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ha_iot_class: Calculated

This integration is a meta-component and configures a default set of integrations for Home Assistant to load. The integrations that will be loaded are:

- [Analytics](/integrations/analytics) (`analytics`)
- [Automation](/integrations/automation/) (`automation`)
- [Home Assistant Cloud](/integrations/cloud/) (`cloud`)
- [Configuration](/integrations/config/) (`config`)
Expand Down