From 26c70f5cbc068a2d18c348a0425fe831f3de666e Mon Sep 17 00:00:00 2001 From: Bjarne Riis Date: Wed, 25 May 2022 10:11:59 +0200 Subject: [PATCH] Removed deprecated values --- hacs.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/hacs.json b/hacs.json index d2dbdbc..c219f93 100644 --- a/hacs.json +++ b/hacs.json @@ -1,12 +1,5 @@ { "name": "SecuritySpy for Home Assistant", "render_readme": true, - "homeassistant": "2021.11.0", - "domains": [ - "sensor", - "binary_sensor", - "camera", - "switch" - ], - "iot_class": "Local Push" -} \ No newline at end of file + "homeassistant": "2021.11.0" +}