mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-07 17:36:50 +00:00

* Update history.markdown mentioned that this is included in default_config * Update automation.markdown mentioned that this is included in default_config * Update cloud.markdown mentioned that this is included in default_config * Update config.markdown mentioned that this is included in default_config * Update frontend.markdown mentioned that this is included in default_config * Update logbook.markdown mentioned that this is included in default_config * Update map.markdown mentioned that this is included in default_config * Update person.markdown mentioned that this is included in default_config * Update ssdp.markdown mentioned that this is included in default_config * Update sun.markdown mentioned that this is included in default_config * Update system_health.markdown made default_config blurb more consistent * Update updater.markdown mentioned that this is included in default_config * Update zeroconf.markdown mentioned that this is included in default_config * Update automation.markdown linked default_config * Update cloud.markdown linked default_config * Update config.markdown linked default_config * Update frontend.markdown linked default_config * Update history.markdown linked default_config * Update logbook.markdown linked default_config * Update map.markdown linked default_config * Update mobile_app.markdown linked default_config * Update person.markdown linked default_config * Update ssdp.markdown linked default_config * Update sun.markdown linked default_config * Update light.mqtt.markdown typo fix
815 B
815 B
title, description, logo, ha_category, ha_qa_scale, ha_release
title | description | logo | ha_category | ha_qa_scale | ha_release | |
---|---|---|---|---|---|---|
System Health | System Health integration will report system info and allow to run system diagnostics. | home-assistant.png |
|
internal | 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.
This integration is by default enabled, unless you've disabled or removed the default_config:
line from your configuration. If that is the case, the following example shows you how to enable this integration manually:
# Example configuration.yaml entry
system_health:
System Health integration data can be viewed in Developer Tools on the "Info" tab.