From 935d153f7b6326bc440a7a6daf34da5f9bc12980 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Wed, 25 May 2022 11:15:45 +0300 Subject: [PATCH] Remove invalid keys from hacs.json (#59) --- hacs.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/hacs.json b/hacs.json index fce21ef..3fc751d 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,4 @@ { "name": "Raspberry Pi GPIO", - "domains": ["binary_sensor", "cover", "switch"], - "iot_class": "Local Push", "homeassistant": "2022.2.0" }