github homeassistant-extras/device-card 0.14.0
0.14.0 - Easy Config with Entity ID + New Hide State Feature + Fixes 🚂 🧖

latest release: 0.15.0
5 months ago

🎉 New Features

Entity ID Support

  • Alternative to device_id: You can now use entity_id instead of device_id - the card will automatically determine the device for you! No more hunting for device IDs.
  • Hide entity state: New hide_entity_state feature flag to hide the entity state display in the card header
# Now you can do this instead of finding device_id!
type: custom:device-card
entity_id: sensor.living_room_temperature

Hide Entity State Feature

  • Clean header option: Use the hide_entity_state feature to hide entity state display in the card header for a cleaner look
# Hide the entity state display in header
type: custom:device-card
entity_id: sensor.battery_level
features:
  - hide_entity_state

🔧 Improvements

  • Case insensitive wildcards: Wildcard matching is now case insensitive for better flexibility
  • Covers as controls: Cover entities are now properly categorized as controls alongside other interactive elements

🙏 Thanks

  • @potat0man for the entity_id feature - making device cards much easier to configure!
  • @PedroKTFC pointing out issues to improve card !

For full documentation and examples, check out the README


What's Changed

  • Easy Config with Entity ID + New Hide State Feature + Fixes 🚂 🧖 by @warmfire540 in #27

Full Changelog: 0.13.5...0.14.0

Don't miss a new device-card release

NewReleases is sending notifications on new releases.