We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9225d85 commit 4673a98Copy full SHA for 4673a98
custom_components/clientraw/manifest.json
@@ -7,5 +7,5 @@
7
"iot_class": "cloud_polling",
8
"issue_tracker": "https://github.com/pilotak/homeassistant-clientraw/issues",
9
"requirements": [],
10
- "version": "2.5.0"
+ "version": "2.6.0"
11
}
custom_components/clientraw/sensor.py
@@ -25,7 +25,7 @@
25
async_call_later)
26
from homeassistant.util.unit_system import METRIC_SYSTEM
27
28
-__version__ = '2.5.0'
+__version__ = '2.6.0'
29
30
_LOGGER = logging.getLogger(__name__)
31
hacs.json
@@ -1,4 +1,4 @@
1
{
2
"name": "Clientraw weather parser",
3
- "homeassistant": "2022.11"
+ "homeassistant": "2023.10"
4
0 commit comments