Skip to content

Releases: iprak/winix

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

Implemented config flow

23 Dec 02:28
4230ab2
Compare
Choose a tag to compare

This merge implements config flow which should resolve #42.
It also contains adjustment to better handle bad data #37.

This release is a breaking change. Please refer to https://github.com/iprak/winix for more details.

v0.11

08 Jan 10:26
dc0bec5
Compare
Choose a tag to compare

Resolve incompatibility with python 3.8

v0.10

14 Dec 01:38
f7bea24
Compare
Choose a tag to compare

Adjusted device_state_attributes

v0.9

21 Aug 10:36
e903160
Compare
Choose a tag to compare
  • Added option to use Auto mode without Plasma enabled #22
  • Allow numeric preset mode #23