diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-12-25 11:59:07 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-12-25 11:59:07 +0100 |
commit | e40d981609d206193df520a65abbf673cfb13ed1 (patch) | |
tree | 0757b3b69d6e9d92ae6fc3538d7ea62d30c468ba /manifest.json | |
parent | f2c20b7a2c2c45532b2784746e57b60dd4627784 (diff) |
restructure repo for HACS0.2.0
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 10 |
1 files changed, 6 insertions, 4 deletions
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" } |