diff --git a/custom_components/tibber_prices/manifest.json b/custom_components/tibber_prices/manifest.json index f59c677..fb6d22d 100644 --- a/custom_components/tibber_prices/manifest.json +++ b/custom_components/tibber_prices/manifest.json @@ -7,10 +7,10 @@ "config_flow": true, "documentation": "https://github.com/jpawlowski/hass.tibber_prices", "iot_class": "cloud_polling", - "issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues", - "version": "0.1.0", "integration_type": "hub", + "issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues", "requirements": [ "aiofiles>=23.2.1" - ] + ], + "version": "0.1.0" }