diff --git a/custom_components/argon40/manifest.json b/custom_components/argon40/manifest.json index 90a7ead..8ce1e17 100644 --- a/custom_components/argon40/manifest.json +++ b/custom_components/argon40/manifest.json @@ -4,7 +4,6 @@ "version": "0.0.2", "documentation": "https://github.com/Misiu/argon40", "issue_tracker": "https://github.com/Misiu/argon40/issues", - "dependencies": [], "config_flow": false, "codeowners": [ "@Misiu" @@ -12,5 +11,6 @@ "requirements": [ "RPi.GPIO==0.7.0", "smbus-cffi==0.5.1" - ] + ], + "iot_class": "assumed_state" }