From f728a02f7659649c7c70e1640a3e71d8ba492379 Mon Sep 17 00:00:00 2001 From: Tijs Verkoyen Date: Tue, 24 Jan 2023 10:38:53 +0100 Subject: [PATCH] Removed not supported keys from the hacs.json file --- hacs.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hacs.json b/hacs.json index 3a822736..ada04455 100644 --- a/hacs.json +++ b/hacs.json @@ -1,7 +1,4 @@ { - "name": "Niko Home Control II", - "domains": ["light", "switch", "cover", "fan", "sensor", "climate", "button"], - "iot_class": ["Local Push"], - "render_readme": true, - "homeassistant": "0.114.1" + "name": "Niko Home Control II", + "render_readme": true } \ No newline at end of file