diff --git a/custom_components/pstryk/manifest.json b/custom_components/pstryk/manifest.json index 9bcc0d5..9480d3c 100644 --- a/custom_components/pstryk/manifest.json +++ b/custom_components/pstryk/manifest.json @@ -1,9 +1,10 @@ { "domain": "pstryk", "name": "Pstryk Energy", - "version": "1.4.0", + "version": "1.5.0", "codeowners": ["@balgerion"], "requirements": ["aiohttp>=3.7"], + "dependencies": ["mqtt"], "iot_class": "cloud_polling", "config_flow": true, "documentation": "https://github.com/balgerion/ha_Pstryk",