Skip to content

Release v1.9.0b3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 May 03:44

Updates in b3

  • Fix: Ambient light entity crash on devices with RGB support (#677)
    • color_mode was returning ONOFF when only RGB was in supported_color_modes, causing HA to reject the entity during registration
    • All humidifier ambient light entities were unavailable as a result
  • Migrated release tooling from archived bump2version to bump-my-version
    • Native PEP 440 pre-release support (no more sed hacks)

Updates in b2

  • Fix: Light platform not registered for humidifier devices
    • Users with only humidifiers never got the ambient light entity loaded
    • Added Platform.LIGHT to humidifier and evaporative cooler device types

What is this beta?

This is a pre-release beta of v1.9.0 with a reworked ambient light implementation for Dreo humidifiers.

Changes from v1.8.8

  • ❌ Removed broken RGB Indicator and Ambient Light switches
  • ✅ New Ambient Light light entity with on/off, brightness, and RGB color support
  • ✅ New Ambient Light Mode select entity for controlling RGB preset modes
  • ✅ Renamed humidity threshold entities for clarity

How to install

Download the .whl or .tar.gz from the assets below, or install via pip:

pip install pydreo-community==1.9.0b3

Feedback

Please report any issues in #662 or #677. Thanks for testing! 🙏