Skip to content

Conversation

@edenhaus
Copy link
Member

  • Deebot DEEBOT T50 OMNI (2kuxj0, nxeux7, qg1d6t)
  • Deebot T20 Omni (dzuvdj)
  • Deebot N20 (xw7zp9)

Copilot AI review requested due to automatic review settings November 26, 2025 15:24
@edenhaus edenhaus added the pr: new-feature PR, which adds a new feature label Nov 26, 2025
@edenhaus edenhaus linked an issue Nov 26, 2025 that may be closed by this pull request
4 tasks
@codecov
Copy link

codecov bot commented Nov 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.69%. Comparing base (b6545d9) to head (847bfe6).
⚠️ Report is 1 commits behind head on dev.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1337   +/-   ##
=======================================
  Coverage   94.69%   94.69%           
=======================================
  Files         151      151           
  Lines        5942     5942           
  Branches      350      350           
=======================================
  Hits         5627     5627           
  Misses        253      253           
  Partials       62       62           

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot finished reviewing on behalf of edenhaus November 26, 2025 15:28
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds support for 5 new Deebot device model IDs by duplicating existing capability definitions from similar devices. The new device models share identical hardware capabilities with their reference models, making code duplication the appropriate approach.

  • Adds three new model IDs for the Deebot DEEBOT T50 OMNI (2kuxj0, nxeux7, qg1d6t) by copying from fd60kt.py
  • Adds one new model ID for the Deebot N20 (xw7zp9) by copying from 53qyvr.py
  • Adds one new model ID for the Deebot T20 Omni (dzuvdj) by copying from uuu4n6.py

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
deebot_client/hardware/2kuxj0.py Adds capabilities for Deebot DEEBOT T50 OMNI variant, identical to fd60kt.py
deebot_client/hardware/nxeux7.py Adds capabilities for Deebot DEEBOT T50 OMNI variant, identical to fd60kt.py
deebot_client/hardware/qg1d6t.py Adds capabilities for Deebot DEEBOT T50 OMNI variant, identical to fd60kt.py
deebot_client/hardware/xw7zp9.py Adds capabilities for Deebot N20 variant, identical to 53qyvr.py
deebot_client/hardware/dzuvdj.py Adds capabilities for Deebot T20 Omni variant, identical to uuu4n6.py

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 26, 2025

CodSpeed Performance Report

Merging #1337 will not alter performance

Comparing new-bots (847bfe6) with dev (b6545d9)

Summary

✅ 113 untouched

@edenhaus edenhaus merged commit c3935db into dev Nov 26, 2025
67 of 68 checks passed
@edenhaus edenhaus deleted the new-bots branch November 26, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: new-feature PR, which adds a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for T50 Omni Gen2

2 participants