From 9141ae2758d6e359d1ce6cce01dd025cda1e3d35 Mon Sep 17 00:00:00 2001 From: sususweet Date: Wed, 17 Sep 2025 23:31:27 +0800 Subject: [PATCH] Update readme --- custom_components/midea_auto_cloud/data_coordinator.py | 2 +- custom_components/midea_auto_cloud/midea_entity.py | 2 +- hacs.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/midea_auto_cloud/data_coordinator.py b/custom_components/midea_auto_cloud/data_coordinator.py index cd73a81..2ba7a35 100644 --- a/custom_components/midea_auto_cloud/data_coordinator.py +++ b/custom_components/midea_auto_cloud/data_coordinator.py @@ -1,4 +1,4 @@ -"""Data coordinator for Midea Auto Codec integration.""" +"""Data coordinator for Midea Auto Cloud integration.""" import logging from datetime import datetime, timedelta diff --git a/custom_components/midea_auto_cloud/midea_entity.py b/custom_components/midea_auto_cloud/midea_entity.py index a50b23d..bdd95f2 100644 --- a/custom_components/midea_auto_cloud/midea_entity.py +++ b/custom_components/midea_auto_cloud/midea_entity.py @@ -1,4 +1,4 @@ -"""Base entity class for Midea Auto Codec integration.""" +"""Base entity class for Midea Auto Cloud integration.""" from __future__ import annotations diff --git a/hacs.json b/hacs.json index 88d315a..3aab4e9 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { - "name": "Midea Auto Codec", + "name": "Midea Auto Cloud", "render_readme": true, "homeassistant": "2024.11.0" }