Skip to content

Prepare 0.10.0 #1473

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

Merged
merged 9 commits into from
Jan 26, 2025
Merged

Prepare 0.10.0 #1473

merged 9 commits into from
Jan 26, 2025

Conversation

sdb9696
Copy link
Collaborator

@sdb9696 sdb9696 commented Jan 22, 2025

0.10.0 (2025-01-26)

Full Changelog

Release summary:

This release brings support for many new devices, including completely new device types:

  • Support for Tapo robot vacuums. Special thanks to @steveredden, @MAXIGAMESSUPPER, and veep60 for helping to get this implemented!
  • Support for hub attached cameras and doorbells (H200)
  • Improved support for hubs (including pairing & better chime controls)
  • Support for many new camera and doorbell device models, including C220, C720, D100C, D130, and D230

Many thanks to testers and new contributors - @steveredden, @DawidPietrykowski, @Obbay2, @andrewome, @ryenitcher and @etmmvdp!

Breaking changes:

  • uses_http is now a readonly property of device config. Consumers that relied on uses_http to be persisted with DeviceConfig.to_dict() will need to store the value separately.
  • is_color, is_dimmable, is_variable_color_temp, valid_temperate_range, and has_effects attributes from the Light module are deprecated, consumers should use has_feature("hsv"), has_feature("brightness"), has_feature("color_temp"), get_feature("color_temp").range, and Module.LightEffect in dev.modules respectively. Calling the deprecated attributes will emit a DeprecationWarning and type checkers will fail them.
  • alarm_volume on the smart.Alarm module is changed from str to int

Breaking changes:

Implemented enhancements:

Fixed bugs:

  • TP-Link HS300 Wi-Fi Power-Strip - "Parent On/Off" not functioning. #637
  • Convert carpet_clean_mode to carpet_boost switch #1486 (@rytilahti)
  • Change category for empty dustbin feature from Primary to Config #1485 (@rytilahti)
  • Report 0 for instead of None for zero current and voltage #1483 (@ryenitcher)
  • Disable iot camera creation until more complete #1480 (@sdb9696)
  • ssltransport: use debug logger for sending requests #1443 (@rytilahti)
  • Fix discover cli command with host #1437 (@sdb9696)
  • Fallback to is_low for batterysensor's battery_low #1420 (@rytilahti)
  • Fix iot strip turn on and off from parent #639 (@Obbay2)

Added support for devices:

Project maintenance:

@sdb9696 sdb9696 added the release-prep Label for PR bumping release and updating changelog. label Jan 22, 2025
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.64%. Comparing base (781d07f) to head (50084b7).
Report is 16 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1473   +/-   ##
=======================================
  Coverage   92.64%   92.64%           
=======================================
  Files         149      149           
  Lines        9428     9428           
  Branches      957      957           
=======================================
  Hits         8735     8735           
  Misses        497      497           
  Partials      196      196           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sdb9696 sdb9696 mentioned this pull request Jan 24, 2025
@sdb9696 sdb9696 marked this pull request as ready for review January 26, 2025 13:38
Copy link
Member

@rytilahti rytilahti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@sdb9696 sdb9696 merged commit 09e73fa into master Jan 26, 2025
18 checks passed
@sdb9696 sdb9696 deleted the release/0.10.0 branch January 26, 2025 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-prep Label for PR bumping release and updating changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants