Add Home Assistant Alerts (#23611)

This commit is contained in:
Franck Nijhof 2022-08-02 12:02:23 +02:00
parent 1469a5358b
commit b8366988c1
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -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:
```