0.14.0 - Z-Wave Card Set - Node Status Filtering Release π₯ πͺ¨
π― 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
- chore: bumps version to 0.14.0 by @gh-action-bump-version
- can filter out sections on the node status card - thanks @dimatx! by @warmfire540
- chore: yarn (deps-dev): bump mocha in the all-dependencies group (#35) by @dependabot[bot]
- chore: yarn (deps-dev): bump chai from 5.3.1 to 6.0.1 (#34) by @dependabot[bot]
- chore: yarn (deps-dev): bump chai in the all-dependencies group (#33) by @dependabot[bot]
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