We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a880233 commit 6286aaaCopy full SHA for 6286aaa
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+v0.1.10
4
+
5
+- Fix setting of custom Open-Meteo URL
6
+- Add support for capping power to inverter capacity
7
+- Provide detailed forecast in sensor attribute
8
+- Fix config_flow.py for HA <2024.4.0b0
9
+- Write some documentation
10
11
v0.1.9
12
13
- Switched to using GitHub releases.
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.9"
+ "version": "0.1.10"
}
0 commit comments