From e2dc947eb727cea0b12c2b52167086b1f6b2b75b Mon Sep 17 00:00:00 2001 From: JustinDwy <46458734+JustinDwy@users.noreply.github.com> Date: Thu, 7 Feb 2019 14:14:53 -0500 Subject: [PATCH] Update system_health.markdown (#8434) --- source/_components/system_health.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.