Skip to content

0.3.0

Choose a tag to compare

@mickeyschwab mickeyschwab released this 11 Jul 02:01

Fixes

  • Finish the havenhaven_lighting domain rename: __init__.py/light.py/config_flow.py still hardcoded DOMAIN = "haven" after the 2024-12-22 rename, colliding with the unrelated community haven integration (hass-haven-lighting-redux). Now centralized in const.py as haven_lighting, matching manifest.json.
  • Drop ColorMode.BRIGHTNESS support — the brightness readout had incorrect scale math and there was no working write path (turn_on never read the brightness argument). Now reports ColorMode.ONOFF only, matching what's actually functional.
  • Bump havenlighting requirement to >=0.2.0. The previous >=0.1.5 floor targets Haven's now-decommissioned pre-2025 API and will not authenticate.

Requires havenlighting 0.2.0+, which targets Haven's current cloud API.