github spacerokk/bar-card v4.0.7

latest releases: v4.0.9, v4.0.8
15 months ago

refactor(bar-card): remove lit action-handler and use direct click to open more-info

  • Delete actionHandler, hasAction and handleAction imports
  • Add private _showMoreInfo(entityId) helper to dispatch hass-more-info
  • Replace <bar-card-background @action=…> with @click=${() => this._showMoreInfo(config.entity)}
  • Simplify template by removing .config and .actionHandler bindings
  • Fixed bug which prevented users from clicking the bar for more details in HA 2025.5

Don't miss a new bar-card release

NewReleases is sending notifications on new releases.