pawkakol1 / worlds-air-quality-index

HACS World's Air Quality Index integration from waqi.info
43 stars 12 forks source link

Air Quality Index entity unavailable #30

Closed maga80 closed 1 year ago

maga80 commented 2 years ago

Hi Alter upgrade to 0.3.4 entity Air Quality Index is unavailable

Norbator commented 2 years ago

@pawkakol1 : in release version 0.3.3 WorldsAirQualityIndexSensor.update function had a local variable called _data In release version 0.3.4 you replaced it with the object property self._data (which is imho a better design) without updating the rest of code.

Since you already made the correction as seen in your github source code, could you please release a new version of your integration?

yvh65 commented 2 years ago

Version 0.3.4 is useless without AQI index.

pawkakol1 commented 2 years ago

@Norbator, @yvh65, @maga80 Could you try with 0.3.5, I withdrawn 0.3.4, there was pre-release version 0.3.5-beta1, and I just moved it to 0.3.5 last release version. For the future, you can install pre-release version by opening the integration, clicking on settings, and choosing "Redownload" option - there will be shown popup window like below, and you just need to slide right the "Show beta versions" button image

Sorry for that delay, but I had stuffs to do.

maga80 commented 2 years ago

Hi 0.3.5 is running without issue. Thnx a lot

yvh65 commented 2 years ago

Thanx for good work!