diff --git a/source/_integrations/nina.markdown b/source/_integrations/nina.markdown
index e0f698fa9ac..d1c18133dc2 100644
--- a/source/_integrations/nina.markdown
+++ b/source/_integrations/nina.markdown
@@ -24,6 +24,9 @@ For each county/city it creates warning slots that change to Unsafe when warning
| Attribute | Description |
| ------------ | -------------------------------------- |
| `Headline` | *(str)* Official headline of the warning. |
+| `Description` | *(str)* Official description of the warning. |
+| `Sender` | *(str)* Sender of the warning. Can be empty. |
+| `Severity` | *(str)* Severity of the warning.
Extreme - Extraordinary threat to life or property
Severe - Significant threat to life or property
Moderate - Possible threat to life or property
Minor – Minimal to no known threat to life or property
Unknown - Severity unknown |
| `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. |