From d17156e80775a880a5c5b68ec052d2a58d7b3115 Mon Sep 17 00:00:00 2001 From: ParalaXEngineering <151907278+ParalaXEngineering@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:00:58 +0000 Subject: [PATCH 1/2] Add device: roborock.vacuum.a10 by Roborock --- library/library.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/library/library.json b/library/library.json index e1fef002f..8d0978840 100644 --- a/library/library.json +++ b/library/library.json @@ -11225,6 +11225,12 @@ "manufacturer": "ZVIDAR", "model": "Z-CM-V01", "battery_type": "Rechargeable" + }, + { + "manufacturer": "Roborock", + "model": "roborock.vacuum.a10", + "model_id": "roborock.vacuum.a10", + "battery_type": "Internal" } ] } \ No newline at end of file From 1f1e43bc218ed195e2ef0a1d054dc142ab7d535f Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Thu, 1 Jan 2026 13:41:32 +0000 Subject: [PATCH 2/2] Change battery type from 'Internal' to 'Rechargeable' --- library/library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/library.json b/library/library.json index 8d0978840..7e562ba80 100644 --- a/library/library.json +++ b/library/library.json @@ -11230,7 +11230,7 @@ "manufacturer": "Roborock", "model": "roborock.vacuum.a10", "model_id": "roborock.vacuum.a10", - "battery_type": "Internal" + "battery_type": "Rechargeable" } ] -} \ No newline at end of file +}