From b8366988c10c2eb587dd3db5c264a1f3e430d2a7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 2 Aug 2022 12:02:23 +0200 Subject: [PATCH] Add Home Assistant Alerts (#23611) --- .../homeassistant_alerts.markdown | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 source/_integrations/homeassistant_alerts.markdown diff --git a/source/_integrations/homeassistant_alerts.markdown b/source/_integrations/homeassistant_alerts.markdown new file mode 100644 index 00000000000..68d8c2a1dea --- /dev/null +++ b/source/_integrations/homeassistant_alerts.markdown @@ -0,0 +1,32 @@ +--- +title: Home Assistant Alerts +description: Home Assistant Alerts notifies you about alerts put out by the Home Assistant team affecting your system. +ha_release: 2022.8 +ha_category: + - Other +ha_iot_class: internal +ha_codeowners: + - '@home-assistant/core' +ha_domain: homeassistant_alerts +ha_integration_type: integration +--- + +The Home Assistant Alerts integration integrates the +[Home Assistant Alerts](https://alerts.home-assistant.io) website into +your Home Assistant instance. + +This integration will pull in alerts put out by the Home Assistant team and +will raise them in the [Home Assistant Repairs](/integrations/repairs/) +dashboard if an alert is found that impacts your system. + +## Configuration + +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 +homeassistant_alerts: +```