From e705ba56dadea4b706f2538e2f6fb4c4f3c4938b Mon Sep 17 00:00:00 2001 From: LiShuzhen Date: Thu, 26 Dec 2024 08:57:08 +0800 Subject: [PATCH] feat: zimi.waterheater.h03 standalone switch --- .../miot/specs/custom_service.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/custom_components/xiaomi_home/miot/specs/custom_service.json b/custom_components/xiaomi_home/miot/specs/custom_service.json index 70cc46c..43f278b 100644 --- a/custom_components/xiaomi_home/miot/specs/custom_service.json +++ b/custom_components/xiaomi_home/miot/specs/custom_service.json @@ -55,5 +55,27 @@ ] } ] + }, + "urn:miot-spec-v2:device:water-heater:0000A02A:zimi-h03": { + "new": [ + { + "iid": 2, + "type": "urn:miot-spec-v2:service:switch:0000780C:zimi-h03:1", + "description": "Heat Water", + "properties": [ + { + "iid": 6, + "type": "urn:miot-spec-v2:property:on:00000006:zimi-h03:1", + "description": "Switch Status", + "format": "bool", + "access": [ + "read", + "write", + "notify" + ] + } + ] + } + ] } } \ No newline at end of file