-
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
Add button to reset all device config values to defaults #39
Comments
Is this command exposed through core? |
No, either we need to add the default value to the metadata object in the
The first way is the least amount of work in core, but the latter may be a bit more "correct". |
We would need a lot of api calls when we do it with I would like you to provide us a |
Sounds good. And we should do both changes, since I think Dominic said that we need to show the default value to the user. |
We should definitely use |
Frontend PR: home-assistant/frontend#21991 |
Verified |
In the frontend panel where you can set device config values, there should be a way/button to reset all values to the default.
The driver exposes a command to perform this action:
https://zwave-js.github.io/node-zwave-js/#/api/CCs/Configuration?id=resetall
The text was updated successfully, but these errors were encountered: