Improve NINA documentation (#21646)

This commit is contained in:
Maximilian 2022-02-14 20:27:11 +01:00 committed by GitHub
parent c2707703c2
commit 7deb5f2c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,3 +18,13 @@ The [NINA](https://www.bbk.bund.de/DE/Warnung-Vorsorge/Warn-App-NINA/warn-app-ni
For each county/city it creates warning slots that change to Unsafe when warnings are present. The text of the warning and the metadata are stored in the attributes of the slots.
{% include integrations/config_flow.md %}
### Attributes
| Attribute | Description |
| ------------ | -------------------------------------- |
| `Headline` | *(str)* Official headline of the warning. |
| `ID` | *(str)* Individual ID for each warning. |
| `Sent` | *(time)* Transmission time and date (UTC) of the issued warning. |
| `Start` | *(time)* Starting time and date (UTC) of the issued warning. Can be empty. |
| `Expires` | *(time)* Expiration time and date (UTC) of the issued warning. Can be empty. |