소스 검색

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