From 68ab558422caad0c89f3a74f49ca6b8391f90b25 Mon Sep 17 00:00:00 2001 From: Ryan Claussen Date: Tue, 16 Jul 2019 11:05:22 -0500 Subject: [PATCH] Add severe weather sensor to Dark Sky (#9129) * Add severe weather sensor to Dark Sky * :pencil2: full stop. --- source/_components/darksky.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/darksky.markdown b/source/_components/darksky.markdown index 759306b4407..c7ae5bca389 100644 --- a/source/_components/darksky.markdown +++ b/source/_components/darksky.markdown @@ -143,6 +143,8 @@ monitored_conditions: description: The approximate distance to the nearest storm in miles. nearest_storm_bearing: description: The approximate direction of the nearest storm in degrees, with true north at 0° and progressing clockwise. + alerts: + description: Current severe weather advisories. units: description: Specify the unit system. Valid options are `auto`, `us`, `si`, `ca` and `uk2`. `auto` will let Dark Sky decide the unit system based on location. required: false