Skip to content

feat!: remove the old version of Status - #883

Merged
allenporter merged 1 commit into
mainfrom
remove_old_status
Jul 19, 2026
Merged

feat!: remove the old version of Status#883
allenporter merged 1 commit into
mainfrom
remove_old_status

Conversation

@Lash-L

@Lash-L Lash-L commented Jul 19, 2026

Copy link
Copy Markdown
Collaborator

The old version of Status is no longer needed.

This is a breaking change for any callers, HA only calls this in one location for tests and I will do a update there before the dependency bump.

@Lash-L
Lash-L requested review from allenporter and Copilot July 19, 2026 15:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@codecov

codecov Bot commented Jul 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
roborock/data/v1/v1_code_mappings.py 100.00% <ø> (ø)
roborock/data/v1/v1_containers.py 94.94% <ø> (+6.50%) ⬆️
roborock/roborock_typing.py 100.00% <ø> (+3.74%) ⬆️
tests/data/v1/test_v1_containers.py 100.00% <100.00%> (ø)
tests/devices/rpc/test_v1_channel.py 99.00% <100.00%> (ø)
tests/devices/test_v1_device.py 100.00% <100.00%> (ø)
tests/devices/traits/v1/fixtures.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

assert s.mop_mode == RoborockMopModeS7.standard
assert s.water_box_mode == RoborockMopIntensityS7.intense
assert s.fan_power == 102
assert s.mop_mode == 300

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

useful to have an enum here still?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I see its not an enum in the V2. OK, can be improved later.

@allenporter
allenporter merged commit 01d0cc9 into main Jul 19, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants