Sfoglia il codice sorgente

Remove country filter from HACS config.

This applied when Goldair and Kogan were the only supported devices.
Now there are European devices supported too, so the filter no longer makes
sense.
Jason Rumney 5 anni fa
parent
commit
8bf3ad30d4
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      hacs.json

+ 2 - 3
hacs.json

@@ -1,8 +1,7 @@
 {
 {
   "name": "Tuya local devices",
   "name": "Tuya local devices",
   "render_readme": true,
   "render_readme": true,
-    "domains": ["climate", "light", "lock", "switch"],
-  "country": ["NZ", "AU"],
-  "homeassistant": "0.110.0",
+  "domains": ["climate", "light", "lock", "switch"],
+  "homeassistant": "2021.3.0",
   "iot_class": "Local Polling"
   "iot_class": "Local Polling"
 }
 }