From 393a7a36161291259fd2ee0492d2b1e426c16264 Mon Sep 17 00:00:00 2001 From: Alone Date: Sat, 22 Feb 2025 11:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20improve=20for=20xiaomi.heater.ma?= =?UTF-8?q?8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xiaomi_miot/core/miot_specs_extend.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/custom_components/xiaomi_miot/core/miot_specs_extend.json b/custom_components/xiaomi_miot/core/miot_specs_extend.json index b3a838cd18..45ab0de0ac 100644 --- a/custom_components/xiaomi_miot/core/miot_specs_extend.json +++ b/custom_components/xiaomi_miot/core/miot_specs_extend.json @@ -1822,6 +1822,23 @@ } ], + "xiaomi.heater.ma8": [ + { + "iid": 2, + "properties": [ + { + "iid": 4, + "type": "urn:miot-spec-v2:property:mode:00000008:xiaomi-ma8:1", + "value-list": [ + {"value": 0, "description": "Constant Temperature"}, + {"value": 1, "description": "Fan"}, + {"value": 2, "description": "Auto"}, + {"value": 3, "description": "Heat"} + ] + } + ] + } + ], "xjx.toilet.relax": [ { "iid": 2,