diff --git a/source/_components/default_config.markdown b/source/_components/default_config.markdown index 4682e540076..00edddfe221 100644 --- a/source/_components/default_config.markdown +++ b/source/_components/default_config.markdown @@ -13,7 +13,23 @@ ha_category: ha_release: 0.88 --- -This integration is a meta-component and configures a default set of integrations for Home Assistant to load. The integrations that will be loaded can be found [here](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/default_config/manifest.json). +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: + +- [automation](/components/automation/) +- [cloud](/components/cloud/) +- [config](/components/config/) +- [frontend](/components/frontend/) +- [history](/components/history/) +- [logbook](/components/logbook/) +- [map](/components/map/) +- [mobile_app](/components/mobile_app/) +- [person](/components/person/) +- [script](/components/script/) +- [ssdp](/components/ssdp/) +- [sun](/components/sun/) +- [system_health](/components/system_health/) +- [updater](/components/updater/) +- [zeroconf](/components/zeroconf/) ## {% linkable_title Configuration %} @@ -23,4 +39,3 @@ To integrate this into Home Assistant, add the following section to your `config # Example configuration.yaml entry default_config: ``` -