Releases: homeassistant-extras/zwave-card-set
0.16.0 - Fix issue w/ Z-Wave devices that report "awake" state
- ci/cd to use yarn not npm by @warmfire540
- chore: yarn (deps-dev): bump the all-dependencies group with 3 updates (#43) by @dependabot[bot]
- consider awake state as alive - thanks @dimatx! by @warmfire540
- chore: yarn (deps-dev): bump jsdom from 26.1.0 to 27.0.0 (#39) by @dependabot[bot]
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 🥇 🪨
🎯 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
0.13.0 - Layout options and custom tap actions for Node Status card!
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.pingalso new layout options
type: custom:zwave-nodes-status
layout: centered
# or
layout: left-aligned- chore: bumps version to 0.13.0 by @gh-action-bump-version
- define tap actions on node status card - thanks @pjschaffer! by @warmfire540
- node status items left aligned now - can center with the editor by @warmfire540
- chore: yarn (deps-dev) bumppp by @warmfire540
- workflows and yarn by @warmfire540
- chore: npm (deps-dev): bump mocha in the all-dependencies group (#26) by @dependabot[bot]
- ci/cd updates by @warmfire540
- chore: npm (deps-dev): bump the all-dependencies group with 3 updates (#24) by @dependabot[bot]
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.
- chore: bumps version to 0.12.0 by @gh-action-bump-version
- chore: bumps version to 0.11.1 by @gh-action-bump-version
- acknowledgement by @warmfire540
- missing firmware is ok - thanks @minchinweb! by @warmfire540
Full Changelog: 0.11.1...0.12.0
0.11.0 - Debug Release.
- chore: bumps version to 0.11.0 by @gh-action-bump-version
- chore: bumps version to 0.10.1 by @gh-action-bump-version
- change debug by @warmfire540
- chore: npm (deps-dev): bump mocha in the all-dependencies group (#21) by @dependabot[bot]
Full Changelog: 0.10.1...0.11.0
0.10.0 - Dependencies, bugs, and debug mode - boring! 🎐 🌪️ 🦾
- chore: bumps version to 0.10.0 by @gh-action-bump-version
- chore: bumps version to 0.9.0 by @gh-action-bump-version
- debug feature - thanks @minchinweb! ;) by @warmfire540
- code smells by @warmfire540
- node info title respects config - thanks @minchinweb! by @warmfire540
- chore: npm (deps-dev): bump the all-dependencies group with 2 updates (#18) by @dependabot[bot]
- chore: bumps version to 0.8.2 by @gh-action-bump-version
- assign wf by @warmfire540
- chore: npm (deps-dev): bump the all-dependencies group with 2 updates (#16) by @dependabot[bot]
- chore: npm (deps): bump the all-dependencies group with 2 updates (#15) by @dependabot[bot]
- chore: npm (deps-dev): bump the all-dependencies group with 3 updates (#13) by @dependabot[bot]
- chore: bumps version to 0.8.1 by @gh-action-bump-version
- add dependabot.yaml by @warmfire540
- chore: bumps version to 0.8.0 by @gh-action-bump-version
- update deps and minor yaml tweaks by @warmfire540
Full Changelog: 0.9.0...0.10.0
0.7.0 - Add Z-Wave Icon & Dead = Red coloring for node info.
- chore: bumps version to 0.7.0 by @gh-action-bump-version
- chore: bumps version to 0.6.3 by @gh-action-bump-version
- color red for dead entities by @warmfire540
- chore: bumps version to 0.6.2 by @gh-action-bump-version
- add some z-wave icons by @warmfire540
- chore: bumps version to 0.6.1 by @gh-action-bump-version
- sonarqube, dependabot, hacs by @warmfire540
Full Changelog: 0.6.3...0.7.0
0.6.0 - Re-created for z-wave-js integration!
- chore: bumps version to 0.6.0 by @gh-action-bump-version
- chore: bumps version to 0.5.4 by @gh-action-bump-version
- basic design setup by @warmfire540
- first round of tests and docs updated by @warmfire540
- lots of changes, refactors, etc. tests broken for now by @warmfire540
- hub card rebrand by @warmfire540
- chore: bumps version to 0.5.3 by @gh-action-bump-version
- added node-info card and updated testing and docs by @warmfire540
- update card to pull by zwave by @warmfire540
- basic editor by @warmfire540
- chore: bumps version to 0.5.2 by @gh-action-bump-version
- rebrand to generic z-wave cards vs zooz only by @warmfire540
- add support for devices with battery by @warmfire540
- docs for new cards by @warmfire540
- chore: bumps version to 0.5.1 by @gh-action-bump-version
- ZEN16 and ZEN32 by @warmfire540
- add ZEN04, ZEN51, ZEN71 by @warmfire540
- create info cards dynamic by @warmfire540
- add ZEN30 double switch by @warmfire540
- clickable switches by @warmfire540
Full Changelog: 0.5.4...0.6.0
0.5.0 - ZEN52 support and Device Center!
- chore: bumps version to 0.5.0 by @gh-action-bump-version
- chore: bumps version to 0.4.0 by @gh-action-bump-version
- device center documentation and testing by @warmfire540
- title from device by @warmfire540
- css changes by @warmfire540
- one index to rule them all by @warmfire540
- add base card and double relay by @warmfire540
- clickable nodes by @warmfire540
- small refactor and stub configs by @warmfire540
- device center start by @warmfire540
- minor tweaks by @warmfire540
Full Changelog: 0.4.0...0.5.0
0.3.0 - New Hub Card and Zen55 Card!
- chore: bumps version to 0.3.0 by @gh-action-bump-version
Full Changelog: 0.2.0...0.3.0