From 45971a5c1e369718f76d8107d51f5ce704515f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hedvall?= <35289485+tyk0s@users.noreply.github.com> Date: Fri, 25 Oct 2024 08:26:12 +0200 Subject: [PATCH] Update weather.markdown (#35145) * Update weather.markdown Condition mapping "Partly cloudy" is wrong. The correct one is "Partlycloudy". * Apply suggestions from code review --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/weather.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/weather.markdown b/source/_integrations/weather.markdown index 6d138a86913..462fcdbd4bf 100644 --- a/source/_integrations/weather.markdown +++ b/source/_integrations/weather.markdown @@ -34,7 +34,7 @@ The `weather` {% term entity %} can provide the conditions listed below as its s - **Fog**: There is a thick mist or fog reducing visibility. - **Hail**: Hailstones are falling. - **Lightning**: Lightning/thunderstorms are occurring. -- **Lightning-rainy**: Lightning/thunderstorm is occurring along with rain. +- **Lightning, rainy**: Lightning/thunderstorm is occurring along with rain. - **Partly cloudy**: The sky is partially covered with clouds. - **Pouring**: It is raining heavily. - **Rainy**: It is raining.