瀏覽代碼

Bump version and requirements for next release cycle.

- will require HA 2024.8 for #2164 and #2165
Jason Rumney 1 年之前
父節點
當前提交
7e2aaace5b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      custom_components/tuya_local/manifest.json
  2. 1 1
      hacs.json

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -15,5 +15,5 @@
         "tinytuya==1.15.1",
         "tuya-device-sharing-sdk>=0.1.9,<=0.2.99"
     ],
-    "version": "2024.8.0"
+    "version": "2024.9.0"
 }

+ 1 - 1
hacs.json

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