소스 검색

Bump required HA version to 2024.5

Based on a couple of bug reports, older versions of HA may not be
working well with the changes that were made for HA 2024.5.
It is a bit unclear, as there were multiple changes tried and some
definitely had issues, but it is easier to bump the required version
than to go back and make changes for the tiny subset of users who want
to upgrade this integration, but do not want to upgrade HA.
Jason Rumney 2 년 전
부모
커밋
2687679abf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hacs.json

+ 1 - 1
hacs.json

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