From 99c835699b3d1db2c082b1332cda730942a9b12f Mon Sep 17 00:00:00 2001 From: nordlead2005 Date: Tue, 6 Feb 2018 15:43:35 -0500 Subject: [PATCH] Dark Sky Precip Accumulation (#4587) --- source/_components/sensor.darksky.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/sensor.darksky.markdown b/source/_components/sensor.darksky.markdown index 427d5afb683..b6a9d1006cf 100644 --- a/source/_components/sensor.darksky.markdown +++ b/source/_components/sensor.darksky.markdown @@ -48,6 +48,7 @@ Configuration variables: - **precip_type**: The type of precipitation occurring. - **precip_intensity**: The average expected intensity of precipitation occurring. - **precip_probability**: A value between 0 and 1 which is representing the probability of precipitation. + - **precip_accumulation**: Daily snow accumulation. Returns unknown if no snow accumulation available. - **temperature**: The current temperature. - **apparent_temperature**: A numerical value representing the apparent (or "feels like") temperature. - **dew_point**: The dew point.