Add notice about default config to usage prediction (#41135)

This commit is contained in:
Paulus Schoutsen 2025-10-02 13:24:29 -04:00 committed by GitHub
parent b1d3445f15
commit e4b46aeef3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View File

@ -32,6 +32,7 @@ This {% term integration %} is a meta-component and configures a default set of
- [Simple Service Discovery Protocol (SSDP)](/integrations/ssdp/) (`ssdp`)
- [Stream](/integrations/stream/) (`stream`)
- [Sun](/integrations/sun/) (`sun`)
- [Usage Prediction](/integrations/usage_prediction/) (`usage_prediction`)
- [USB](/integrations/usb/) (`usb`)
- [Webhooks](/integrations/webhook) (`webhook`)
- [Zero-configuration networking (zeroconf)](/integrations/zeroconf/) (`zeroconf`)

View File

@ -13,3 +13,13 @@ ha_integration_type: system
---
The **Usage Prediction** {% term integration %} is an internal integration that provides predictions of what entities the user is most likely to interact with. This is used in the frontend to surface the most relevant entities to the user.
## Configuration
While this integration is part of [`default_config:`](/integrations/default_config/) to enable features in the default experience, it will only be enabled by setting up the configuration flow, or manually adding it to your {% term "`configuration.yaml`" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
```yaml
# Example configuration.yaml entry
usage_prediction:
```