diff --git a/custom_components/tuya_local/helpers/mixin.py b/custom_components/tuya_local/helpers/mixin.py index bc0dfda1b4..6a5126fba9 100644 --- a/custom_components/tuya_local/helpers/mixin.py +++ b/custom_components/tuya_local/helpers/mixin.py @@ -9,7 +9,6 @@ UnitOfTemperature, ) from homeassistant.helpers.entity import EntityCategory -from homeassistant.helpers.typing import UNDEFINED _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/tuya_local/manifest.json b/custom_components/tuya_local/manifest.json index 534bf8e4ea..96dc8c1cb5 100644 --- a/custom_components/tuya_local/manifest.json +++ b/custom_components/tuya_local/manifest.json @@ -9,5 +9,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/make-all/tuya-local/issues", "requirements": ["tinytuya==1.13.2"], - "version": "2024.2.2" + "version": "2024.3.0" }