Show whats loaded with links to the integrations (#9734)

* Show whats loaded with links to the integrations

https://github.com/home-assistant/home-assistant.io/issues/9209

* ✏️ Tweaks
This commit is contained in:
aidbish 2019-06-30 22:31:45 +10:00 committed by Franck Nijhof
parent 56747c0823
commit 24a50f468c

View File

@ -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:
```