diff --git a/custom_components/tibber_prices/manifest.json b/custom_components/tibber_prices/manifest.json index f981b42..2bb775c 100644 --- a/custom_components/tibber_prices/manifest.json +++ b/custom_components/tibber_prices/manifest.json @@ -1,11 +1,15 @@ { "domain": "tibber_prices", "name": "Tibber Price Information & Ratings", - "codeowners": ["@jpawlowski"], + "codeowners": [ + "@jpawlowski" + ], "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", - "requirements": ["aiofiles>=23.2.1"], - "version": "0.31.0b3" + "requirements": [ + "aiofiles>=23.2.1" + ], + "version": "0.31.0b4" }