From dc892b3a233501f898dd2b6e4e7a779ea6c56fb5 Mon Sep 17 00:00:00 2001 From: Jeef Date: Fri, 7 Jun 2024 05:19:56 -0400 Subject: [PATCH] Weatherflow Icon mappings (#32101) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- .../_integrations/weatherflow_cloud.markdown | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/source/_integrations/weatherflow_cloud.markdown b/source/_integrations/weatherflow_cloud.markdown index 2ca7803738b..8a898d51b41 100644 --- a/source/_integrations/weatherflow_cloud.markdown +++ b/source/_integrations/weatherflow_cloud.markdown @@ -15,6 +15,34 @@ ha_domain: weatherflow_cloud ha_integration_type: integration --- -The **WeatherFlow Cloud** integration provides access to cloud provided Weather Forecast of a user's Tempest Weather Stations. In order to access the station you will need to configure the integration with an [Api Key](https://weatherflow.github.io/Tempest/api/). +The **WeatherFlow Cloud** integration provides access to cloud provided Weather Forecast of a user's Tempest Weather Stations. In order to access the station, you will need to configure the integration with an [Api Key](https://weatherflow.github.io/Tempest/api/). {% include integrations/config_flow.md %} + + +## Weather icons + +There is not a straight 1-1 mapping between the Home Assistant supported weather conditions and what tempest provides - as such you may see a difference between what is displayed in the tempest app and what is displayed in Home Assistant. + +| Weather Flow icon | Home Assistant icon | +|-------------------|----------------------| +| clear-day | sunny | +| clear-night | clear-night | +| cloudy | cloudy | +| foggy | fog | +| partly-cloudy-day | partlycloudy | +| partly-cloudy-night | partlycloudy | +| possibly-rainy-day | rainy | +| possibly-rainy-night | rainy | +| possibly-sleet-day | snowy-rainy | +| possibly-sleet-night | snowy-rainy | +| possibly-snow-day | snowy | +| possibly-snow-night | snowy | +| possibly-thunderstorm-day | lightning-rainy | +| possibly-thunderstorm-night | lightning-rainy | +| rainy | rainy | +| sleet | snowy-rainy | +| snow | snowy | +| thunderstorm | lightning | +| windy | wind | +