From be2182877ec663c70e9a36c3961a1e76f6914374 Mon Sep 17 00:00:00 2001 From: balgerion <133121849+balgerion@users.noreply.github.com> Date: Wed, 30 Apr 2025 14:39:44 +0200 Subject: [PATCH] Update manifest.json --- custom_components/pstryk/manifest.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/custom_components/pstryk/manifest.json b/custom_components/pstryk/manifest.json index ae0b5b4..76fe015 100644 --- a/custom_components/pstryk/manifest.json +++ b/custom_components/pstryk/manifest.json @@ -1,13 +1,14 @@ { "domain": "pstryk", "name": "Pstryk Energy", - "version": "1.2.3", - "codeowners": ["https://github.com/balgerion"], + "version": "1.3.0", + "codeowners": ["@balgerion"], "requirements": ["aiohttp>=3.7"], "iot_class": "cloud_polling", "config_flow": true, "documentation": "https://github.com/balgerion/ha_Pstryk", "issue_tracker": "https://github.com/balgerion/ha_Pstryk/issues", "platforms": ["sensor"], - "logo": "logo.png" + "logo": "logo.png", + "diagnostics": true }