refactor(bar-card): remove lit action-handler and use direct click to open more-info
- Delete
actionHandler,hasActionandhandleActionimports - Add private
_showMoreInfo(entityId)helper to dispatchhass-more-info - Replace
<bar-card-background @action=…>with@click=${() => this._showMoreInfo(config.entity)} - Simplify template by removing
.configand.actionHandlerbindings - Fixed bug which prevented users from clicking the bar for more details in HA 2025.5