From a7fe9adacec7a061b8ab0147da714a655b9bf541 Mon Sep 17 00:00:00 2001 From: Jason Ellison <900365+nosilleg@users.noreply.github.com> Date: Sat, 26 Oct 2024 13:33:43 +0100 Subject: [PATCH] Add missing condition strings (#35396) --- source/_integrations/weather.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/weather.markdown b/source/_integrations/weather.markdown index a7c82c5f70f..e04d50e2075 100644 --- a/source/_integrations/weather.markdown +++ b/source/_integrations/weather.markdown @@ -34,8 +34,8 @@ The `weather` {% term entity %} can provide the conditions listed below as its s - **Fog**: There is a thick mist or fog reducing visibility. `fog`. - **Hail**: Hailstones are falling. `hail`. - **Lightning**: Lightning/thunderstorms are occurring. `lighting`. -- **Lightning, rainy**: Lightning/thunderstorm is occurring along with rain. ``. -- **Partly cloudy**: The sky is partially covered with clouds. ``. +- **Lightning, rainy**: Lightning/thunderstorm is occurring along with rain. `lightning-rainy`. +- **Partly cloudy**: The sky is partially covered with clouds. `partlycloudy`. - **Pouring**: It is raining heavily. `pouring`. - **Rainy**: It is raining. `rainy`. - **Snowy**: It is snowing. `snowy`.