Răsfoiți Sursa

Remove iot_class from manifest

Documentation has this, but hassfest checks fail if it is included.
Jason Rumney 4 ani în urmă
părinte
comite
1fd489780d
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      custom_components/tuya_local/manifest.json

+ 1 - 2
custom_components/tuya_local/manifest.json

@@ -7,6 +7,5 @@
     "dependencies": [],
     "dependencies": [],
     "codeowners": ["@make-all"],
     "codeowners": ["@make-all"],
     "requirements": ["pycryptodome~=3.9","tinytuya~=1.2"],
     "requirements": ["pycryptodome~=3.9","tinytuya~=1.2"],
-    "config_flow": true,
-    "iot_class": "local_polling"
+    "config_flow": true
 }
 }