From 8e160c53f78c16e58b8521501a3199979e1a959c Mon Sep 17 00:00:00 2001 From: sususweet Date: Sat, 7 Feb 2026 14:46:39 +0800 Subject: [PATCH] chore: download_plugin issue in msmartapp. --- custom_components/midea_auto_cloud/core/cloud.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom_components/midea_auto_cloud/core/cloud.py b/custom_components/midea_auto_cloud/core/cloud.py index ef1f9cf..6f614bc 100644 --- a/custom_components/midea_auto_cloud/core/cloud.py +++ b/custom_components/midea_auto_cloud/core/cloud.py @@ -748,6 +748,18 @@ class MSmartHomeCloud(MideaCloud): await fp.write(stream) return fnm + async def download_plugin( + self, path: str, + appliance_code: str, + smart_product_id: str, + device_type: int, + sn: str, + sn8: str, + model_number: str | None, + manufacturer_code: str = "0000", + ): + return + async def send_cloud(self, appliance_code: int, data: bytearray): appliance_code = str(appliance_code) params = {