Преглед изворни кода

Remove binary_sensor from domains.

We no longer use a binary_sensor. Also, the trailing comma was causing
validation failure (even though HACS itself is OK with it).
Jason Rumney пре 6 година
родитељ
комит
8c236ddded
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      hacs.json

+ 1 - 2
hacs.json

@@ -4,8 +4,7 @@
   "domains": [
     "climate",
     "light",
-    "lock",
-    "binary_sensor",  
+    "lock"
   ],
   "country": [
     "NZ",