diff --git a/manifest.json b/manifest.json index 958152b..fe0c411 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { "domain": "smarthub", - "iot_class": "cloud_polling", "name": "SmartHub Coop Energy", - "version": "1.0.0", + "codeowners": ["@gagata"], + "config_flow": true, + "dependencies": [], "documentation": "https://github.com/gagata/ha-smarthub-energy-sensor", + "iot_class": "cloud_polling", "requirements": ["aiohttp"], - "dependencies": [], - "codeowners": ["@gagata"], - "config_flow": true + "version": "1.0.0" }