mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Weatherflow Icon mappings (#32101)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
ce27ff1dea
commit
dc892b3a23
@ -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 |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user