Closed mvdwetering closed 3 months ago
The recent changes enhance clarity and functionality across several components. Minor textual improvements were made to documentation, while code updates introduced a new attribute for entity registration and adjusted test assertions to align with the updated behavior of the system. These refinements aim to improve user experience and ensure accurate testing of the functionalities.
Files | Change Summary |
---|---|
README.md | Minor textual modifications for clarity, added "Content info" to features, and improved phrasing for readability. |
custom_components/.../sensor.py | Added entity_registry_enabled_default attribute to HueSyncBoxSensorEntityDescription , enhancing control over entity registration. |
tests/test_sensor.py | Modified assertions in tests and added @pytest.mark.usefixtures to the test_content_info function, indicating a change in expected entity behavior. |
In the garden where changes bloom,
A sensor's dance dispels the gloom.
With clearer words and features new,
The code hops high, as rabbits do!
Let's cheer for updates, bold and bright,
With joy we'll test, from morn till night! 🐇✨
Summary by CodeRabbit
New Features
Documentation
Bug Fixes
Tests