Просмотр исходного кода

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 5 лет назад
Родитель
Сommit
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",