-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Add zwave_js options flow to reconfigure server #51840
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
Conversation
Hey there @home-assistant/z-wave, mind taking a look at this pull request as its been labeled with an integration ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
{"device": "/test", "network_key": "abc123"}, | ||
{ | ||
"usb_path": "/new", | ||
"network_key": "new123", | ||
"log_level": "info", | ||
"emulate_hardware": False, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a side note:
old_addon_options
and new_addon_options
are same in both parametrizations, but it's nice for clarity to specify them here.
Is there some nice pattern to avoid duplicating them though?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could store them in two constants. For most of these tests it's mostly needed to see that the old is different from the new options, not exactly what the difference is. There are some exceptions where the details are interesting.
Breaking change
Proposed change
TODO
Type of change
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: