Update system health pages (#23564)

This commit is contained in:
Zack Barett 2022-07-28 12:22:58 -05:00 committed by GitHub
parent ef0f2d0fe7
commit ef689f19f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 14 deletions

View File

@ -11,13 +11,15 @@ ha_integration_type: integration
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.
System Health integration data can be viewed at **Settings** -> **System** -> **Repairs** -> **System Information** in the overflow menu (top right).
{% my system_health badge %}
Data includes information about your system architecture, operating system and version, Home Assistant installation type and version, Python version, frontend version, the number of [Dashboards](/dashboards/dashboards/) and [Views](/dashboards/views/) you have, and more.
This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:
```yaml
# Example configuration.yaml entry
system_health:
```
System Health integration data can be viewed at **Settings** -> **System** -> **System Health**.
Data includes information about your system architecture, operating system and version, Home Assistant installation type and version, Python version, frontend version, the number of [Dashboards](/dashboards/dashboards/) and [Views](/dashboards/views/) you have, and more.
```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

@ -3,21 +3,21 @@ title: "System Health"
description: "More information about System Health."
---
System health is the card on the Information part of the configuration section in the Home Assistant UI.
This provides information about your environment and enabled integrations.
System health is information about your Home Assistant instance. Information including data on your system architecture, operating system and version, Home Assistant installation type and version, Python version, frontend version, the number of [Dashboards](/dashboards/dashboards/) and [Views](/dashboards/views/) you have, and more.
To find this card first navigate to the Configuration panel, then scroll all
the way to the bottom and select "Info". At the bottom of that page, you will see the System Health card.
System Health integration data can be viewed at **Settings** -> **System** -> **Repairs** -> **System Information** in the overflow menu (top right). Or by using the My link below:
![sytem_health](/images/more-info/system_health.png)
{% my system_health badge %}
<img class="no-shadow" src='/images/more-info/system_health.png' alt="Screenshot showing System Health dialog">
## GitHub issues
GitHub issues often call for the data presented in the System Health.
The Home Assistant UI provides an easy way to get this information.
In the top-right corner of the System Health card click on the copy icon
and select "For GitHub" this will format the content of the card and place
it on your clipboard so you can easily paste it into a GitHub issue.
In the bottom-right corner of the System information dialog click on the copy button.
This will format the content of the card and place it on your clipboard so you
can easily paste it into a GitHub issue.
![sytem_health_github](/images/more-info/system_health_github.png)
<img class="no-shadow" src='/images/more-info/system_health_github.png' alt="Screenshot showing copy button in System Health dialog">