Skip to content

Releases: cytech/Home-Assistant-wundergroundpws

v2.1.0

05 Feb 19:24

Choose a tag to compare

v2.1.0
update sensor.py and hardcode "sensor.{}" over entity_id_format.
hass core 2026.2 changed generate_entity_id helper.

v2.0.11

23 Jan 15:46

Choose a tag to compare

merge PR#293 - Fix unit of measurement handling for text sensors

v2.0.10

14 Nov 15:11

Choose a tag to compare

update README.md for HACS installation
fix Deprecation for 2025.12 discussion #265 in config_flow (pr#267)
replace self.config_entry with self._config_entry
merge PR#271 to enable HACS integration.

v2.0.9

08 Nov 15:34

Choose a tag to compare

v2.0.9
replace removed python async_timeout.timeout with asyncio.timeout
addresses issues in discussion #s 260 and 261

v2.0.8

31 Oct 16:02

Choose a tag to compare

v2.0.8
modify Forecast Summary sensor initialization.
when integration was loaded after 3:00 pm apparent time, None was set as value type instead of string, causing failure.
addresses issues in discussion #s 248 and 246

v2.0.7

05 Jul 16:32

Choose a tag to compare

Move sensor translation file initialization to WundergroundPWSUpdateCoordinatorConfig in __init__.py
Fixes "Detected blocking call to open with args" warning

v2.0.6

23 Feb 16:37

Choose a tag to compare

v2.0.6

  • Increase default rest timeout from 10 seconds to 30 seconds
  • Starting with home assistant 2024, rest availability on Home Assistant Operating System (on Raspberry Pi ?) after restart is delayed and causing setup failure.
  • If you still get a WUPWS setup error after restarting Home Assistant, you can try and change the DEFAULT_TIMEOUT in const.py to 60 seconds.

v2.0.5

14 Dec 18:02

Choose a tag to compare

v2.0.5
fix error in cardinal wind direction when api returns None

v2.0.4

25 Sep 16:02

Choose a tag to compare

requires Home Assistant version 2023.9 or greater
address weather entity forecast deprecation for 2024.3
return forecast date of weather entity in UTC RFC 3339 (issue #183)
note: If the forecast is not displayed in the weather card after upgrading from v2.x.x to v2.0.4, edit the weather card in the dashboard and re-save it.

v2.0.3

07 Sep 13:36

Choose a tag to compare

fix load failure on hass 2023.9.0
_attr_visibility
does not address deprecation of forecast
"this is deprecated and will be unsupported from Home Assistant 2024.3"