mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Note that System Health is part of default_config (#10058)
* Note that System Health is part of default_config
Added information on system health being part of default config, and updated instructions for Developer Tools UI changes in 0.96.
On a side note, I don't believe the introductory paragraph is correct - it seems to be purely informational rather than having diagnostic tools - but I didn't touch that at all.
* ✏️ Tweak
This commit is contained in:
parent
b844165f80
commit
a9e1e31323
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "System Health"
|
title: "System Health"
|
||||||
description: "Systeam Health integration will report system info and allow to run system diagnostics."
|
description: "System Health integration will report system info and allow to run system diagnostics."
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- "Other"
|
- "Other"
|
||||||
@ -10,9 +10,10 @@ ha_release: 0.87
|
|||||||
|
|
||||||
The System Health integration provides an API to offer information on the system and its components. It also allows to run diagnostic tools to diagnose problems.
|
The System Health integration provides an API to offer information on the system and its components. It also allows to run diagnostic tools to diagnose problems.
|
||||||
|
|
||||||
Add the following to your configuration.yaml file.
|
System health is included as part of the [default config](https://www.home-assistant.io/components/default_config/) starting with Home Assistant 0.88. If you do not wish to use the default config, you can add the following to your configuration.yaml file.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
system_health:
|
system_health:
|
||||||
```
|
```
|
||||||
|
|
||||||
Once added the system health integration data can be viewed in the developer tools under <img src='/images/screenshots/developer-tool-about-icon.png' alt='service developer tool icon' class="no-shadow" height="38">.
|
System Health integration data can be viewed in Developer Tools on the "Info" tab.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user