From bf125669916f96505ac6304faa7f56fa5460086e Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Tue, 8 Oct 2024 10:15:26 +0200 Subject: [PATCH] chore: bump midea-local to v6.0.2 (#351) --- custom_components/midea_ac_lan/manifest.json | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/midea_ac_lan/manifest.json b/custom_components/midea_ac_lan/manifest.json index 2245a95..ebf84b6 100644 --- a/custom_components/midea_ac_lan/manifest.json +++ b/custom_components/midea_ac_lan/manifest.json @@ -9,6 +9,6 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/wuwentao/midea_ac_lan/issues", "loggers": ["midealocal"], - "requirements": ["pycryptodome", "midea-local==6.0.1"], + "requirements": ["pycryptodome", "midea-local==6.0.2"], "version": "v0.6.1" } diff --git a/requirements.txt b/requirements.txt index 05310e3..79962b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pycryptodome==3.20.0 -midea-local==6.0.1 +midea-local==6.0.2