diff options
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" } |