Skip to content

v1.10.0 - Automatic cover detection

Choose a tag to compare

@dougrathbone dougrathbone released this 30 May 05:39
· 615 commits to master since this release

Added

  • Automatic cover detection. Lighting-application (56) groups whose label contains a cover keyword (blind, shutter, shade, awning, curtain, roller, garage door) are now discovered as Home Assistant cover entities instead of light. Conservative and label-only: manual type_overrides and application-id mappings always take precedence; auto-detection only upgrades the default light. Configurable via ha_discovery_auto_type (default on), ha_discovery_auto_type_name_heuristics, and ha_discovery_auto_type_cover_keywords.

Fixed

  • .cbz import "Failed Unauthorised" through HA Ingress. The web import endpoint now trusts requests proxied through HA Ingress when no API key is configured. A configured web_api_key is still always enforced.
  • HVAC type overrides produced a broken thermostat. A type_overrides entry mapping a lighting group to hvac now publishes a full climate payload (temperature/mode topics).