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 }