From e40d981609d206193df520a65abbf673cfb13ed1 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 25 Dec 2023 11:59:07 +0100 Subject: restructure repo for HACS --- manifest.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index ff4226a..e64f650 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,13 @@ { "domain": "beken", - "name": "Beken", + "name": "beken", "documentation": "https://github.com/lonkaars/homeassistant-beken", - "issue_tracker": "https://github.com/lonkaars/homeassistant-beken", "codeowners": [ "@lonkaars" ], "version": "0.2.0", - "requirements": [], - "iot_class": "cloud_polling" + "requirements": [ + "bluepy==1.3.0" + ], + "iot_class": "assumed_state", + "integration_type": "entity" } -- cgit v1.2.3