diff --git a/CHANGELOG.md b/CHANGELOG.md index 886fde2..e180676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +v0.1.11 + +- Fixes a bug where sometimes data is fetched when attempting to update the power sensors. + v0.1.10 - Fix setting of custom Open-Meteo URL diff --git a/custom_components/open_meteo_solar_forecast/manifest.json b/custom_components/open_meteo_solar_forecast/manifest.json index c18ba3a..2c0bdb8 100644 --- a/custom_components/open_meteo_solar_forecast/manifest.json +++ b/custom_components/open_meteo_solar_forecast/manifest.json @@ -8,5 +8,5 @@ "integration_type": "service", "iot_class": "cloud_polling", "requirements": ["open_meteo_solar_forecast==0.1.14"], - "version": "0.1.10" + "version": "0.1.11" }