-
Notifications
You must be signed in to change notification settings - Fork 63
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
Fix coreGreenberet/homematicip-rest-api#409 #410
Conversation
Fixing issue hahn-th#409 Co-Authored-By: Hoytron <[email protected]>
thanks for the PR. |
Codecov Report
@@ Coverage Diff @@
## master #410 +/- ##
=======================================
Coverage 96.52% 96.53%
=======================================
Files 42 42
Lines 8315 8336 +21
=======================================
+ Hits 8026 8047 +21
Misses 289 289
Continue to review full report at Codecov.
|
thx |
Pull request home-assistant#51407 addresses the changes done in coreGreenberet/homematicip-rest-api#410 only by updating the dependency to the newer released version of it, making it aware of the new channel indexes. However it currently fails the integration checks [as mentioned by @frenck](home-assistant#51407 (review)). It seems that the local homeassistant test suite also has a dedicated version of the test data written [here](https://github.com/coreGreenberet/homematicip-rest-api/blob/d7c1b2c231603603b543e57eff1c0bcd6fd5e268/homematicip_demo/json_data/home.json#L8598). So maybe we also have to manually sync these changes.
Add support for channel parsing in SECURITY_ZONES and SECURITY_AND_ALARM
Co-Authored-By: Hoytron [email protected]