From c6c23beb23bebb2ce47afefc2e42465a04bb1f05 Mon Sep 17 00:00:00 2001 From: rany Date: Wed, 12 Jun 2024 01:05:42 +0300 Subject: [PATCH] Bump ha-open-meteo-solar-forecast version to 0.1.12 Signed-off-by: rany --- CHANGELOG.md | 4 ++++ custom_components/open_meteo_solar_forecast/manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e180676..38aaf43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +v0.1.12 + +- Sort integration's `manifest.json` to pass hassfest validation. This is required for submission to the Home Assistant Community Store's default repo. + v0.1.11 - Fixes a bug where sometimes data is fetched when attempting to update the power sensors. diff --git a/custom_components/open_meteo_solar_forecast/manifest.json b/custom_components/open_meteo_solar_forecast/manifest.json index 270d534..a44ba6e 100644 --- a/custom_components/open_meteo_solar_forecast/manifest.json +++ b/custom_components/open_meteo_solar_forecast/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/rany2/ha-open-meteo-solar-forecast/issues", "requirements": ["open_meteo_solar_forecast==0.1.14"], - "version": "0.1.11" + "version": "0.1.12" }