Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A functional issue with the Home Assistant ZHA blueprint was identified as a result of recent code changes. The root cause of this issue pertains to the modified format of the "args" values received by the blueprint. To address this, the issue has been resolved by retrieving the value of the first element of the "args", which is sufficient to determine the intended action. It should be noted that the "toggle" command does not have any "args". Therefore, an "if" statement has been implemented to handle this case.
Thank you for taking the time to work on a Pull Request. Your contribution is really appreciated! 🎉
Please don't delete any part of the template, since keeping the provided structure will help maintainers to review your work more rapidly.
Sections marked as * are required and need to be filled in.
Proposed change*
The technical description is in the commit comment itself, and I see it has been automatically pasted to the top of this pull request. No need to copy it here again.
Closes #334 and #423.
Checklist*
npm run format
before submitting my Pull Request.