-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
z2m reversed binary #1517
z2m reversed binary #1517
Conversation
0f764bd
to
98f01b7
Compare
Codecov Report
@@ Coverage Diff @@
## master #1517 +/- ##
=======================================
Coverage 96.58% 96.58%
=======================================
Files 617 617
Lines 8935 8940 +5
=======================================
+ Hits 8630 8635 +5
Misses 305 305
Continue to review full report at Codecov.
|
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.
PR seems good, can you build a Docker image to get some reviews on it, then post the image here: https://community.gladysassistant.com/t/message-derreur-zigbee2mqtt/6846/91?u=pierre-gilles
98f01b7
to
a64d493
Compare
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.
Thanks for the fix! Merging this right now :)
Job #284: Bundle Size — 6.83MB (0%).
|
Pull Request check-list
To ensure your Pull Request can be accepted as fast as possible, make sure to review and check all of these items:
npm test
on both front/server)npm run eslint
on both front/server)npm run prettier
on both front/server)[ ] If you are adding a new features/services, did you run integration comparator? (npm run compare-translations
on front)[ ] If your changes modify the API (REST or Node.js), did you modify the API documentation? (Documentation is based on comments in code)[ ] If you are adding a new features/services which needs explanation, did you modify the user documentation? See the GitHub repo and the website.[ ] Did you add fake requests data for the demo mode (front/src/config/demo.js
) so that the demo website is working without a backend? (if needed) See https://demo.gladysassistant.com.NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.
Description of change
Reverse z2m contact values for opening_sensor
https://community.gladysassistant.com/t/message-derreur-zigbee2mqtt/6846/79?u=alextrovato
Gladys z2m mapping feature now declares a "reversed" attribute to reverse true/false values.