From ad9bd6fb384ffbe272a817efc0e52adf148cfc23 Mon Sep 17 00:00:00 2001 From: Mark <2835274+markus99@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:03:18 -0600 Subject: [PATCH] Add support for Deebot OZMO T8+ (#405) Co-authored-by: Robert Resch --- deebot_client/hardware/deebot/55aiho.py | 1 + tests/hardware/test_init.py | 1 + 2 files changed, 2 insertions(+) create mode 120000 deebot_client/hardware/deebot/55aiho.py diff --git a/deebot_client/hardware/deebot/55aiho.py b/deebot_client/hardware/deebot/55aiho.py new file mode 120000 index 00000000..ade0eb9b --- /dev/null +++ b/deebot_client/hardware/deebot/55aiho.py @@ -0,0 +1 @@ +x5d34r.py \ No newline at end of file diff --git a/tests/hardware/test_init.py b/tests/hardware/test_init.py index 2b155163..3cd7b2f3 100644 --- a/tests/hardware/test_init.py +++ b/tests/hardware/test_init.py @@ -213,6 +213,7 @@ def test_all_models_loaded() -> None: _load() assert list(DEVICES) == [ "2o4lnm", + "55aiho", "626v6g", "85nbtp", "9ku8nu",