Fixed WSLink bool in resend function.

fix/no_data_accepted
SchiZzA 2026-02-23 15:42:13 +01:00
parent fc0b8084f1
commit 4614b6b9bb
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class WeatherDataUpdateCoordinator(DataUpdateCoordinator):
raise HTTPUnauthorized
if self.config_entry.options.get(WINDY_ENABLED):
_ = await self.windy.push_data_to_windy(data)
_ = await self.windy.push_data_to_windy(data, _wslink)
if self.config.options.get(POCASI_CZ_ENABLED):
await self.pocasi.push_data_to_server(data, "WSLINK" if _wslink else "WU")