Releases: iprak/winix
Releases · iprak/winix
v1.3.10
1.3.10 (2026-04-19)
Bug Fixes
- guard against missing entity (98a187a)
- make get_device_stubs safer (1ba9493)
- move ensure_on and speed command outside airflow guard in async_set_speed (#157) (09d9e0e)
- remove unused token expiration code (a051eb9)
- retry sooner on transient DNS failures during device update (#161) (705e7cd)
- simplified PM25 sensor creation check (65b9bb0)
- simplify sensor attribute population (ec2705d)
- use %s when logging (289e04d)
v1.3.9
1.3.9 (2026-04-18)
Bug Fixes
v1.3.8
v1.3.7
v1.3.6
1.3.6 (2026-03-20)
Bug Fixes
The Winix app only permits brightness change if the purifier is running.
The Winix end point allows the brightness to be changed even when off but resets back to 100% when the purifier is turned on or when data is refreshed and that is what was happening.
The same will be mimicked and the entity will be available only when purifier is running.