github homeassistant-extras/device-card 0.18.0
0.18.0 - Show Hidden Entities and more-info tap fix πŸ”βœ¨

one day ago

πŸ” Show Hidden Entities

Added show_hidden_entities feature flag to display entities marked as hidden.

type: custom:device-card
device_id: your_device_id
features:
  - show_hidden_entities

🐞More-info and action fixes

Fixes a bug in recent HA versions where the more-info dialog closes immediately after opening.

  • Also fixes hold triggering tap (expand) and duplicate taps with tap_action: more-info.
  • Actions now delegated to HA's event handler in 2026.3
  • Bit of a big refactor.. let me know if anything breaks <3

What's Changed

  • Show Hidden Entities and more-info tap fix πŸ”βœ¨ by @warmfire540 in #48

Full Changelog: 0.17.0...0.18.0

Don't miss a new device-card release

NewReleases is sending notifications on new releases.