Skip to content

0.14.0 - Z-Wave Card Set - Node Status Filtering Release πŸ₯‡ πŸͺ¨

Choose a tag to compare

@github-actions github-actions released this 14 Sep 02:02

🎯 New Feature: Node Status Filtering

Added powerful filtering capabilities to the Z-Wave Nodes Status Card, allowing you to show/hide specific node types based on their status.

✨ What's New

  • Hide Dead Nodes: Filter out unresponsive devices from your dashboard
  • Hide Active Nodes: Focus on problematic devices by hiding healthy ones
  • Hide Sleeping Nodes: Remove battery-powered devices from view when needed
  • Combinable Filters: Mix and match filters to create custom views

πŸ”§ Configuration

The new filters are implemented as features and can be combined with existing options:

# Show only dead nodes (perfect for monitoring failed devices)
type: custom:zwave-nodes-status
title: "Failed Z-Wave Devices"
features:
  - hide-active
  - hide-sleeping
# Show only functioning devices (hide dead nodes)
type: custom:zwave-nodes-status
title: "Working Z-Wave Network"
features:
  - hide-dead
# Combine with existing compact feature
type: custom:zwave-nodes-status
features:
  - compact
  - hide-dead
  - hide-sleeping
columns: 2

πŸŽ‰ Use Cases

  • Network Monitoring: Create a dedicated view for dead nodes to quickly identify network issues
  • Maintenance Dashboard: Hide functioning devices to focus on devices needing attention
  • Clean Interface: Remove sleeping battery devices from always-on dashboards
  • Custom Views: Tailor your dashboard to show exactly what you need

πŸ›  Technical Improvements

  • Centralized hasFeature() utility function across all cards
  • Enhanced type safety for feature detection
  • Improved code maintainability and consistency

πŸ’ Credits

Special thanks to @dimatx for suggesting this feature and helping improve Z-Wave network monitoring capabilities!


For full documentation and examples, see the Node Status Card README


What's Changed

  • chore: yarn (deps-dev): bump chai from 5.2.1 to 5.3.1 in the all-dependencies group by @dependabot[bot] in #33
  • chore: yarn (deps-dev): bump chai from 5.3.1 to 6.0.1 by @dependabot[bot] in #34
  • chore: yarn (deps-dev): bump mocha from 11.7.1 to 11.7.2 in the all-dependencies group by @dependabot[bot] in #35
  • Z-Wave Card Set - Node Status Filtering Release πŸ₯‡ πŸͺ¨ by @warmfire540 in #37

Full Changelog: 0.13.0...0.14.0