mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-24 19:16:50 +00:00
Add Home Assistant Alerts (#23611)
This commit is contained in:
parent
1469a5358b
commit
b8366988c1
32
source/_integrations/homeassistant_alerts.markdown
Normal file
32
source/_integrations/homeassistant_alerts.markdown
Normal 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:
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user