From 7deb5f2c36772163a983aa6541b5e8a22d19cbde Mon Sep 17 00:00:00 2001 From: Maximilian <43999966+DeerMaximum@users.noreply.github.com> Date: Mon, 14 Feb 2022 20:27:11 +0100 Subject: [PATCH] Improve NINA documentation (#21646) --- source/_integrations/nina.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/nina.markdown b/source/_integrations/nina.markdown index 2f945838acd..e0f698fa9ac 100644 --- a/source/_integrations/nina.markdown +++ b/source/_integrations/nina.markdown @@ -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. |