Browse Source

Bump versions

- Bump tuya-local version for next release
- Bump required Home Assistant version to 2023.9 in prepartion for new platforms
  Issue #1068
Jason Rumney 2 năm trước cách đây
mục cha
commit
f7c29a44f0

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -9,5 +9,5 @@
     "iot_class": "local_push",
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "requirements": ["tinytuya==1.13.1"],
     "requirements": ["tinytuya==1.13.1"],
-    "version": "2023.12.2"
+    "version": "2024.1.0"
 }
 }

+ 1 - 1
hacs.json

@@ -1,5 +1,5 @@
 {
 {
   "name": "Tuya Local",
   "name": "Tuya Local",
   "render_readme": true,
   "render_readme": true,
-  "homeassistant": "2023.4.0"
+  "homeassistant": "2023.9.0"
 }
 }