[bug] UI check for S2 keys is missing S2_AccessControl, checking S2_Authenticated twice #1896
Closed
3 tasks done
Labels
bug
Something isn't working
Version
Checklist:
Build/Run method
N/A, code inspection
Describe the bug
A user in HA discord reported a warning message about missing keys:
I noticed S2_Authenticated was repeated twice in the message and is missing S2_AccessControl. I noticed an array that defines the missing keys to check is defining S2_Authenticated twice; one of the S2_Authenticated should be S2_AccessControl.
https://github.com/zwave-js/zwavejs2mqtt/blob/23a5be6a7169dc42ab17b0f97f35152126b6e9ef/src/components/dialogs/DialogAddRemove.vue#L600-L605
To Reproduce
N/A
Expected behavior
Check for missing S2_AccessControl.
Additional context
None
The text was updated successfully, but these errors were encountered: