Closed bouwew closed 1 month ago
[!WARNING]
Rate limit exceeded
@bouwew has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 8 minutes and 39 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between f07142987e96685e89c91e8d001230c06fc9a8f8 and bfe2640eae2e189a62eb1f98618f5155c826cfe8.
This pull request introduces version v0.53.0 of the Plugwise integration, adding a new feature that displays the model_id
for devices Adam, Anna, and P1 while excluding legacy gateways. It includes updates to various files, such as the addition of new constants and modifications to JSON structures, enhancing device management capabilities and providing more detailed information about devices.
File Path | Change Summary |
---|---|
CHANGELOG.md |
Added entry for v0.53.0; noted new feature for displaying model_id of devices. |
custom_components/plugwise/__init__.py |
Removed device registry management code, indicating a shift in device management approach. |
custom_components/plugwise/const.py |
Added new constant MODEL_ID for device identification. |
custom_components/plugwise/entity.py |
Introduced model_id parameter in entity initialization for enhanced device tracking. |
custom_components/plugwise/manifest.json |
Updated library requirement from plugwise==1.2.0 to plugwise==1.3.1 and version from 0.52.2 to 0.53.0 . |
tests/components/plugwise/fixtures/*.json |
Added model_id to various device entries and updated item_count across multiple JSON files. |
tests/components/plugwise/snapshots/test_diagnostics.ambr |
Added model_id for multiple devices and updated item_count . |
battery_state
binary sensor for battery-powered devices, enhancing device management capabilities.enhancement
, needs_upstreaming
🐰 In the garden of code, where devices play,
Newmodel_id
s bloom, brightening the day.
With every update, our systems grow,
Tracking each gadget, making them glow.
A hop and a skip, let's cheer and rejoice,
For the changes we've made, let's raise our voice! 🎉
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Summary by CodeRabbit
model_id
display for devices (Adam, Anna, and P1) to enhance device management.