Skip to content

Releases: iprak/winix

v1.1.9

10 Nov 13:18
Compare
Choose a tag to compare

1.1.9 (2024-11-10)

Bug Fixes

  • initialize _device_wrappers in initialize (19b99ed)
  • initialize device_wrappers even if we have no device_stubs (9ccce9a)

v1.1.8

09 Oct 10:20
Compare
Choose a tag to compare

1.1.8 (2024-10-09)

Bug Fixes

  • Prepare deviceStub in robust manner (e7b418f)
  • raise WinixException instead of Exception (0c9162b)

v1.1.7

08 Aug 11:38
Compare
Choose a tag to compare

Fixes the warning 'custom_components.winix.fan.WinixPurifier'>) does not set FanEntityFeature.TURN_OFF but implements the turn_off method. (#69)

v1.1.6

27 Jul 22:53
18df218
Compare
Choose a tag to compare

Stale Winix entities which appear unavailable when the associated device is removed from the account can now be removed using the remove_stale_entities service.

v1.1.5

04 Nov 15:25
8c244ae
Compare
Choose a tag to compare
  • Fix typo in setup process 59
  • Code cleanup 60

Addressed warning about async_update_ha_state (again)

22 Jun 10:09
f1067f7
Compare
Choose a tag to compare
  • Adds more logging
  • Raising exception if request fails
  • Uses async_write_ha_state to update fan state.

Addressed warning about async_update_ha_state

14 Jun 01:29
dd4b303
Compare
Choose a tag to compare

Addressed warning about async_update_ha_state

Handle missing filter life

05 Mar 15:49
947b6d1
Compare
Choose a tag to compare

Handle None value for filter life.

Corrected Plasma wave status in auto mode

23 Feb 02:23
899601f
Compare
Choose a tag to compare

It seems that the device goes into some inconsistent state. Invoking auto command turns on plasma but the endpoint still says plasma is off. Forcing plasma=off does fix the issue so I am going with that.

Re-implemented sensors + new sensors

14 Jan 11:03
2ff8756
Compare
Choose a tag to compare
  • This release adjusts sensor implementation to confirm to HomeAssistant standard. As a result, the id of exisiitng sensors might change.
  • We also now have 2 new sensors: AQI and Filter Life