-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notify user about factory reset of end devices #6
Closed
marcelveldt opened this issue
Jul 13, 2023
· 1 comment
· Fixed by home-assistant/core#101362 or home-assistant/core#104291
Closed
Notify user about factory reset of end devices #6
marcelveldt opened this issue
Jul 13, 2023
· 1 comment
· Fixed by home-assistant/core#101362 or home-assistant/core#104291
Labels
new feature
New feature or request
Comments
marcelveldt
changed the title
Z-Wave JS: When a node was factory reset, the user must be notified of this
When a node was factory reset, the user must be notified of this
Jul 13, 2023
marcelveldt
added
new feature
New feature or request
and removed
integration: zwave_js
labels
Jul 13, 2023
marcelveldt
changed the title
When a node was factory reset, the user must be notified of this
Notify user about factory reset of end devices
Jul 13, 2023
20 tasks
One remaining issue: The integration must be reloaded before the device gets removed from HA. This fails this requirement:
|
20 tasks
github-project-automation
bot
moved this from In Progress
to Done
in Z-Wave JS: Road to Certification
Dec 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The specifications mandate this:
To accomodate, v11 of
node-zwave-js
has added a parameter that indicates why a node was removed:https://zwave-js.github.io/node-zwave-js/#/api/controller?id=quotnode-removedquot
When this reason is
RemoveNodeReason.Reset
, HA must notify the user. Other reasons, likeProxyExcluded
orProxyReplaced
may be interesting too, but not mandatory.The text was updated successfully, but these errors were encountered: