You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).