Skip to content

Fix incorrect Home Assistant icon mappings#122

Open
truffshuff wants to merge 1 commit intojeeftor:masterfrom
truffshuff:fix/correct-ha-icon-mappings
Open

Fix incorrect Home Assistant icon mappings#122
truffshuff wants to merge 1 commit intojeeftor:masterfrom
truffshuff:fix/correct-ha-icon-mappings

Conversation

@truffshuff
Copy link

  • Changed POSSIBLY_RAINY_DAY/NIGHT from 'pouring' to 'rainy' to correctly represent low probability rain
  • Changed POSSIBLY_SLEET_DAY/NIGHT from 'hail' to 'snowy-rainy' for mixed precipitation
  • Changed SLEET from 'hail' to 'snowy-rainy' to match Home Assistant standards
  • Changed THUNDERSTORM from 'lightning' to 'lightning-rainy' for consistency
  • Changed WINDY from 'windy-variant' to 'windy' (standard HA condition)

These changes align with the official WeatherFlow Cloud API documentation. Fixes issue where forecasts with low rain probability (20%) were displaying as 'pouring' instead of 'rainy', causing confusion for users.

- Changed POSSIBLY_RAINY_DAY/NIGHT from 'pouring' to 'rainy' to correctly represent low probability rain
- Changed POSSIBLY_SLEET_DAY/NIGHT from 'hail' to 'snowy-rainy' for mixed precipitation
- Changed SLEET from 'hail' to 'snowy-rainy' to match Home Assistant standards
- Changed THUNDERSTORM from 'lightning' to 'lightning-rainy' for consistency
- Changed WINDY from 'windy-variant' to 'windy' (standard HA condition)

These changes align with the official WeatherFlow Cloud API documentation.
Fixes issue where forecasts with low rain probability (20%) were displaying
as 'pouring' instead of 'rainy', causing confusion for users.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant