We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b1a07 commit 727bd86Copy full SHA for 727bd86
3 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.1.3
2
+
3
+- Migrate from Throttle decorator to SCAN_INTERVAL
4
5
+Tested compatilibity with 2025.8.3
6
7
## 1.1.2
8
9
- Fix error state propagation into Home Assistant
README.md
@@ -6,7 +6,7 @@ Contributions welcome!
## Compatibility
-Tested against Home Asisstant 2024.5.5.
+Tested against Home Asisstant 2025.8.3.
10
11
## Example usage
12
custom_components/prometheus_sensor/manifest.json
@@ -5,5 +5,5 @@
"documentation": "https://github.com/mweinelt/ha-prometheus-sensor",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/mweinelt/ha-prometheus-sensor/issues",
- "version": "1.1.2"
+ "version": "1.1.3"
}
0 commit comments