Bug Fixes
- Bump commitlint and allow caps
([283](https://github.com/Python-roborock/python-roborock/pull/283),
[`6211a81`](https://github.com/Python-roborock/python-roborock/commit/6211a8163d130c41594daf65e36be2d87788a5c6))
* fix: bump commitlint and allow caps
* fix: error
Chores
- Add end-to-end tests for the MQTT client
([278](https://github.com/Python-roborock/python-roborock/pull/278),
[`0872691`](https://github.com/Python-roborock/python-roborock/commit/0872691c9eeb6e564a1ee47b8ba2bec73eb81a63))
* test: add end-to-end tests for the MQTT client
* test: extract connected client to a fixture
style: fix formatting of tests
refactor: extract variables for mock data used in mqtt tests
style: fix lint errors in tests
- Add local api test coverage ([284](https://github.com/Python-roborock/python-roborock/pull/284),
[`c8dcd34`](https://github.com/Python-roborock/python-roborock/commit/c8dcd34c8197b9d47ec3c96567313d658e0f36b3))
- Allow type checking in roborock/cloud_api.py
([280](https://github.com/Python-roborock/python-roborock/pull/280),
[`9100bbf`](https://github.com/Python-roborock/python-roborock/commit/9100bbff1390a706a74dc0ec15c1bb1d7dc83d9f))
- Inheritance fixes and simplifications
([282](https://github.com/Python-roborock/python-roborock/pull/282),
[`1013cb5`](https://github.com/Python-roborock/python-roborock/commit/1013cb5f35ec6feb71e58a437395b0cdaa593937))
- Remove level of inheritance in mqtt client
([286](https://github.com/Python-roborock/python-roborock/pull/286),
[`5add0da`](https://github.com/Python-roborock/python-roborock/commit/5add0dac8d1e1e86b184ebad709034ea2a2686a3))
- Remove one level of local client inheritence
([285](https://github.com/Python-roborock/python-roborock/pull/285),
[`1f5a9ec`](https://github.com/Python-roborock/python-roborock/commit/1f5a9ecd907c0314cc156a59156b03151e9c26a8))
- Use asyncio mode in tests ([272](https://github.com/Python-roborock/python-roborock/pull/272),
[`8f779c3`](https://github.com/Python-roborock/python-roborock/commit/8f779c39b21ab429335fc5d179fe3bacc0b5d274))
- **deps**: Bump pre-commit/action from 3.0.0 to 3.0.1
([276](https://github.com/Python-roborock/python-roborock/pull/276),
[`3f61bcc`](https://github.com/Python-roborock/python-roborock/commit/3f61bccde418c9e9e04ef059ca8a6a2dfcba8312))
- **deps**: Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3
([291](https://github.com/Python-roborock/python-roborock/pull/291),
[`be52b3d`](https://github.com/Python-roborock/python-roborock/commit/be52b3d48dc7edeb164a006db10b7efe91a18b71))
- **deps-dev**: Bump pre-commit from 3.8.0 to 4.0.1
([287](https://github.com/Python-roborock/python-roborock/pull/287),
[`f2f0c4c`](https://github.com/Python-roborock/python-roborock/commit/f2f0c4c8fa9f8fe85fd208daf28e5f7dfe02aba3))
- **deps-dev**: Bump pytest-asyncio from 0.25.1 to 0.25.2
([275](https://github.com/Python-roborock/python-roborock/pull/275),
[`b0611f0`](https://github.com/Python-roborock/python-roborock/commit/b0611f0eb72b0078c10a5c03ae8415d21cc19c03))
- **deps-dev**: Bump ruff from 0.8.6 to 0.9.1
([277](https://github.com/Python-roborock/python-roborock/pull/277),
[`eb8bbe3`](https://github.com/Python-roborock/python-roborock/commit/eb8bbe317b8d4f98e9c72151d6f9ca105e3c0db0))
Refactoring
- Simplify future usage within the api clients
([263](https://github.com/Python-roborock/python-roborock/pull/263),
[`39a8661`](https://github.com/Python-roborock/python-roborock/commit/39a8661d4c5ade657cfc655a3ac78a66628bb755))