diff --git a/custom_components/manifest.json b/custom_components/manifest.json new file mode 100644 index 0000000..a931d9d --- /dev/null +++ b/custom_components/manifest.json @@ -0,0 +1,12 @@ +{ + "domain": "pstryk", + "name": "Pstryk Energy", + "version": "1.2.0", + "codeowners": ["https://github.com/balgerion"], + "requirements": ["aiohttp"], + "iot_class": "cloud_polling", + "config_flow": true, + "documentation": "https://github.com/balgerion/ha_Pstryk", + "issue_tracker": "https://github.com/balgerion/ha_Pstryk/issues", + "logo": "logo.png" +}