Release v1.9.0b1
Pre-releaseπ§ͺ Beta Release β Humidifier Ambient Light Rework
This is a beta release. We need help from humidifier owners to test!
What's New
The ambient light control for humidifiers has been completely reworked. The old broken switches have been replaced with proper Home Assistant entities:
π‘ New Ambient Light Entity (Light platform)
- The ambient LED ring on humidifiers is now a Light entity instead of a switch
- On/off control for all humidifier models with
rgblevel - Dimmable brightness (Low / Full) on models that support it (e.g., DR-HHM003S)
- RGB color picker on models with
rgbcolorsupport (e.g., DR-HHM015S, DR-HEC002S)
π¨ New Ambient Light Mode Select
- Choose between Humidity mode (color changes based on humidity) and Color mode (fixed user-chosen color)
- Only appears on models that support
rgbmode
π·οΈ Renamed Entities
- "Ambient Light Threshold Low/High" β "Ambient Light Humidity Low/High Threshold" (entity IDs unchanged β no automations will break)
What's Removed
- β "Ambient Light" switch β replaced by the new Light entity
- β "Water Level Indicator" switch β was completely broken (never worked)
- β "Ambient Light" sensor β replaced by the Light entity's on/off state
β οΈ Breaking Changes
If you had automations using the old "Ambient Light" or "Water Level Indicator" switch entities, you'll need to update them to use the new Light entity instead.
π Call for Testers
If you own a Dreo humidifier, we need your help! Please install this beta and report back:
- Does the new Ambient Light entity show up correctly?
- Can you turn it on/off?
- If you have brightness control in the Dreo app, does the brightness slider work?
- If you have color control, does the RGB color picker work?
Models we especially need feedback on:
| Model | What to test |
|---|---|
| DR-HHM001S | On/off light (no dimming expected) |
| DR-HHM003S | On/off + brightness (low/full) |
| DR-HHM005S | Does ambient light show up at all? |
| DR-HHM006S | On/off light |
| DR-HHM014S | On/off light |
| DR-HHM015S | On/off + brightness + RGB color + Ambient Light Mode select |
| DR-HEC002S | Evaporative cooler β ambient light + possible RGB |
How to help with open questions:
We still need debug logs to confirm some assumptions. See these issues:
- #670 β What do
rgbmodevalues mean? - #671 β Which models support low brightness?
- #672 β Does HHM005S have an ambient light?
- #673 β Is
rgbcolorpacked as 24-bit RGB? - #674 β Are there additional light modes?
To capture logs, add this to your configuration.yaml and restart HA:
logger:
logs:
custom_components.dreo: debugThen toggle the ambient light in the Dreo mobile app and check your HA logs for rgblevel, rgbmode, and rgbcolor values.
Full Changelog
See PR #675 for complete details.