Releases: andrejs2/arso-vremenska-integracija
Release Notes - Version 1.2.4
v1.2.3
Release Notes - Version 1.2.2
Fix for error Poteka konfiguracije ni mogoče naložiti: 500 Internal Server Error Server got itself in trouble
.
Update aiohttp
to version 3.10.5
Release Notes - Version 1.2.1
Release Notes - Version 1.2.1
New Features:
Support for Dew Point and Visibility:
Added support for displaying dew point and visibility in the current weather state.
Dew point is now fetched from RSS ARSO API if available and added to the state attributes.
In case the API does not provide the dew point, it is retrieved from the ARSO RSS feed for specific locations.
Bug Fixes:
Fixed an issue where dew point was not displayed in the current weather attributes.
Addressed occasional errors when parsing RSS feed data for dew point and visibility values.
Improvements:
Improved logging and error handling when fetching weather data from ARSO API and RSS feeds.
Enhanced condition mapping to provide more precise weather descriptions for Slovenian weather terms.
Release Notes - Version 1.2.0
Release Notes - Version 1.2.0
New Features:
Support for Dew Point and Visibility:
Added support for displaying dew point and visibility in the current weather state.
Dew point is now fetched from RSS ARSO API if available and added to the state attributes.
In case the API does not provide the dew point, it is retrieved from the ARSO RSS feed for specific locations.
Bug Fixes:
Fixed an issue where dew point was not displayed in the current weather attributes.
Addressed occasional errors when parsing RSS feed data for dew point and visibility values.
Improvements:
Improved logging and error handling when fetching weather data from ARSO API and RSS feeds.
Enhanced condition mapping to provide more precise weather descriptions for Slovenian weather terms.
v1.1.0: Merge pull request #3 from andrejs2/detailed_condition
ARSO Weather Integration - Release v1.1.0
Novosti
Podpora za unikatne ID-je:
Vsaka entiteta zdaj prejme unique_id, kar omogoča njeno urejanje v Home Assistantu prek uporabniškega vmesnika.
unique_id je sestavljen iz entry_id in lokacije (npr. Bovec, Ljubljana), kar zagotavlja, da so vse entitete ločene in enolične.
Izboljšave prikaza trenutnega vremena:
Popravili smo občutljivost na velike/male črke v vremenskih pogojih, kar odpravlja težavo, ko so bili nekateri pogoji prikazani kot "unknown".
Preverjanje vremenskih pogojev zdaj uporablja kaskadno logiko, kjer se preverjajo podatki iz clouds_icon_wwsyn_icon, wwsyn_shortText, in clouds_shortText.
Izboljšave pri napovedih
Kaskadno preverjanje vremenskih pogojev za urne in dnevne napovedi:
Napovedi zdaj pravilno uporabljajo kaskadno logiko za izbiro vremenskih pogojev, kar izboljšuje natančnost prikazovanja vremenskih razmer v napovedih.
Vremenski pogoji se pravilno prevajajo z uporabo CLOUD_CONDITION_MAP.
Popravki napak
Odpravili smo težavo, kjer so bili nekateri vremenski pogoji, kot so "overcast_heavyRA_day", prikazani kot "unknown", ker niso bili pravilno mapirani.
Release 0.0.2
Prepare for HACS