Remove analytics from default_config (#17216)

This commit is contained in:
Joakim Sørensen 2021-04-01 01:58:58 +02:00 committed by Franck Nijhof
parent a527150974
commit d485862521
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 0 additions and 9 deletions

View File

@ -20,14 +20,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:

View File

@ -11,7 +11,6 @@ ha_quality_scale: internal
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`)