소스 검색

Bump version again

There is no 2024.2.2 release, bump it to 2024.3.0, as there will
not be a release today.

- remove unused import
Jason Rumney 2 년 전
부모
커밋
b763456aef
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      custom_components/tuya_local/helpers/mixin.py
  2. 1 1
      custom_components/tuya_local/manifest.json

+ 0 - 1
custom_components/tuya_local/helpers/mixin.py

@@ -9,7 +9,6 @@ from homeassistant.const import (
     UnitOfTemperature,
 )
 from homeassistant.helpers.entity import EntityCategory
-from homeassistant.helpers.typing import UNDEFINED
 
 _LOGGER = logging.getLogger(__name__)
 

+ 1 - 1
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"
 }