🎉 New Features
Entity ID Support
- Alternative to device_id: You can now use
entity_idinstead ofdevice_id- the card will automatically determine the device for you! No more hunting for device IDs. - Hide entity state: New
hide_entity_statefeature 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_temperatureHide Entity State Feature
- Clean header option: Use the
hide_entity_statefeature 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
- chore: bumps version to 0.14.0 by @gh-action-bump-version
- can use entity_id instead of device_id - thanks @potat0man by @warmfire540
- update categorization logic - thanks @PedroKTFC! by @warmfire540
- wildcard exclusion now case insensitive by @warmfire540
- ci/cd updates by @warmfire540
- chore: bumps version to 0.13.5 by @gh-action-bump-version
- auto merge by @warmfire540
- chore: bumps version to 0.13.4 by @gh-action-bump-version
- auto approve PR by @warmfire540
- chore: bumps version to 0.13.3 by @gh-action-bump-version
- fix test by @warmfire540
- chore: bumps version to 0.13.2 by @gh-action-bump-version
- add warning for editor issues.. - thanks @andrewjswan! by @warmfire540
- code smells by @warmfire540
- chore: bumps version to 0.13.1 by @gh-action-bump-version
- update discord by @warmfire540
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