diff --git a/custom_components/pandapwr/manifest.json b/custom_components/pandapwr/manifest.json index c977956..fb5460e 100644 --- a/custom_components/pandapwr/manifest.json +++ b/custom_components/pandapwr/manifest.json @@ -2,11 +2,11 @@ "domain": "pandapwr", "name": "Panda PWR", "config_flow": true, + "codeowners": ["@juanillo62gm"], + "dependencies": [], "documentation": "https://github.com/juanillo62gm/HA-Panda-PWR", + "iot_class": "local_polling", "issue_tracker": "https://github.com/juanillo62gm/HA-Panda-PWR/issues", "requirements": ["aiohttp"], - "dependencies": [], - "codeowners": ["@juanillo62gm"], - "iot_class": "local_polling", "version": "1.0.0" }