Conversation
|
Hey there @home-assistant/z-wave, mind taking a look at this pull request as it has been labeled with an integration ( |
|
This is marked as draft due to the use of |
|
We don't need to open PRs if there's still something not resolved in the architecture discussion. Do you want to have some input now in this PR? |
| NORTEK_ZIGBEE_DISCOVERY_INFO = usb.UsbServiceInfo( | ||
| device="/dev/zigbee", | ||
| pid="8A2A", | ||
| vid="10C4", | ||
| serial_number="1234", | ||
| description="nortek zigbee radio", | ||
| manufacturer="nortek", | ||
| ) |
There was a problem hiding this comment.
This looked like dead code when I amended it - I couldn't find references to NORTEK_ZIGBEE_DISCOVERY_INFO
Should it be removed instead of amended?
|
Still, if you're waiting for confirmation, you can also wait with opening the PR. Draft PRs that don't want input are just spam. |
|
@MartinHjelmare do you agree that Also, if the |
|
Yes, if we don't use a constant we can remove it. Yes, I approve the use in zwave_js if we decide to go with that application wide. |
|
closing via #60137 |
|
Will reopen after #60140 is merged |
Proposed change
Use
UsbServiceInfo(and corresponding constants) inzwave-js.See home-assistant/architecture#662
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: