Skip to content

Releases: homeassistant-extras/zwave-card-set

0.16.0 - Fix issue w/ Z-Wave devices that report "awake" state

24 Sep 18:00
1af0fc7

Choose a tag to compare

What's Changed

  • chore: yarn (deps-dev): bump jsdom from 26.1.0 to 27.0.0 by @dependabot[bot] in #39
  • Fix issue w/ Z-Wave devices that report "awake" state" by @warmfire540 in #40
  • chore: yarn (deps-dev): bump the all-dependencies group with 3 updates by @dependabot[bot] in #43

Full Changelog: 0.14.0...v0.16.0

0.14.0 - Z-Wave Card Set - Node Status Filtering Release 🥇 🪨

14 Sep 02:02

Choose a tag to compare

🎯 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

0.13.0 - Layout options and custom tap actions for Node Status card!

11 Aug 00:04

Choose a tag to compare

You can do fun things like add ping on click for the nodes

type: custom:zwave-nodes-status
tap_action:
  action: perform-action
  perform_action: zwave_js.ping

also new layout options

type: custom:zwave-nodes-status
layout: centered
# or
layout: left-aligned

What's Changed

  • chore: npm (deps-dev): bump the all-dependencies group with 3 updates by @dependabot[bot] in #24
  • chore: npm (deps-dev): bump mocha from 11.5.0 to 11.6.0 in the all-dependencies group by @dependabot[bot] in #26
  • Layout options and custom tap actions for Node Status card! by @warmfire540 in #32

Full Changelog: 0.12.0...0.13.0

0.12.0 - Bug fix for no firmware state entity.

26 May 16:47

Choose a tag to compare

Full Changelog: 0.11.1...0.12.0

0.11.0 - Debug Release.

26 May 02:37

Choose a tag to compare

Full Changelog: 0.10.1...0.11.0

0.10.0 - Dependencies, bugs, and debug mode - boring! 🎐 🌪️ 🦾

17 May 21:36

Choose a tag to compare

Full Changelog: 0.9.0...0.10.0

0.7.0 - Add Z-Wave Icon & Dead = Red coloring for node info.

14 Mar 00:14

Choose a tag to compare

Full Changelog: 0.6.3...0.7.0

0.6.0 - Re-created for z-wave-js integration!

02 Mar 18:32

Choose a tag to compare

Full Changelog: 0.5.4...0.6.0

0.5.0 - ZEN52 support and Device Center!

23 Feb 01:56

Choose a tag to compare

Full Changelog: 0.4.0...0.5.0

0.3.0 - New Hub Card and Zen55 Card!

20 Feb 04:01

Choose a tag to compare

Full Changelog: 0.2.0...0.3.0