diff --git a/source/_components/system_health.markdown b/source/_components/system_health.markdown index c17842e8957..c4e68821987 100644 --- a/source/_components/system_health.markdown +++ b/source/_components/system_health.markdown @@ -15,4 +15,9 @@ ha_release: 0.87 The System Health component provides an API to offer information on the system and it's components. It also allows to run diagnostic tools to diagnose problems. -The system health component data can be viewed in the developer tools under service developer tool icon. +Add the following to your configuration.yaml file. +```yaml +system_health: +``` + +Once added the system health component data can be viewed in the developer tools under service developer tool icon.