diff --git a/source/_integrations/repairs.markdown b/source/_integrations/repairs.markdown new file mode 100644 index 00000000000..6c75cac8870 --- /dev/null +++ b/source/_integrations/repairs.markdown @@ -0,0 +1,48 @@ +--- +title: Repairs +description: Home Assistant Repairs informs you about issues it has found in your Home Assistant installation. +ha_release: 2022.8 +ha_category: + - Other +ha_iot_class: internal +ha_codeowners: + - '@home-assistant/core' +ha_domain: repairs +ha_integration_type: integration +--- + +The Home Assistant Repairs integration will inform you about issues it has found +in your Home Assistant instance that should be fixed to ensure your instance +stays healthy and running for now and in the future. + +## Configuration + +The repairs integration is by default enabled. No action is required to +enable it. You can find the Home Assistant Repairs dashboard in +{% my repairs title="**Settings** -> **System** -> **Repairs**" %}. + +{% my repairs badge %} + +## How to use + +If Home Assistant finds an issue in your Home Assistant instance that +requires your intervention to fix, it will create a new issue in the repairs +dashboard. + +Just like [updates](/integrations/update/), the number of issues pending +in the repairs dashboard is shown in the sidebar on the "Settings" menu item. + +

+Screenshot showing the number of updates and repairs pending on the settings menu item in the sidebar +The settings menu item shows the number of updatesd and repairable issues pending. +

+ +Navigate to {% my repairs title="**Settings** -> **System** -> **Repairs**" %} +to see the list of issues that need your attention. + +Each issue listed will either provide you the opportunity to fix the issue +straight from the dashboard or provide you with information on how to resolve +the reported issue. + +Keeping your system updated and free of issues will help you maintain and keep +it stable and future-proof. diff --git a/source/images/integrations/repairs/number-of-repairs.png b/source/images/integrations/repairs/number-of-repairs.png new file mode 100644 index 00000000000..9cf61112d7e Binary files /dev/null and b/source/images/integrations/repairs/number-of-repairs.png differ