From 20581c928b074286a8ba9c35936382895811efe8 Mon Sep 17 00:00:00 2001 From: balgerion <133121849+balgerion@users.noreply.github.com> Date: Mon, 12 May 2025 15:21:34 +0200 Subject: [PATCH] Update manifest.json --- custom_components/pstryk/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",