diff --git a/source/images/more-info/system_health.png b/source/images/more-info/system_health.png new file mode 100644 index 00000000000..46e38366209 Binary files /dev/null and b/source/images/more-info/system_health.png differ diff --git a/source/images/more-info/system_health_github.png b/source/images/more-info/system_health_github.png new file mode 100644 index 00000000000..3763d09781a Binary files /dev/null and b/source/images/more-info/system_health_github.png differ diff --git a/source/more-info/system-health.markdown b/source/more-info/system-health.markdown new file mode 100644 index 00000000000..10a047bf65f --- /dev/null +++ b/source/more-info/system-health.markdown @@ -0,0 +1,23 @@ +--- +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. + +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. + +![sytem_health](/images/more-info/system_health.png) + +## 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. + +![sytem_health_github](/images/more-info/system_health_github.png)