We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb7a6f commit 7da1112Copy full SHA for 7da1112
custom_components/clientraw/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"domain": "clientraw",
3
"name": "Clientraw",
4
- "version": "2.3.0",
+ "version": "2.3.1",
5
"documentation": "https://github.com/pilotak/homeassistant-clientraw",
6
"issue_tracker": "https://github.com/pilotak/homeassistant-clientraw/issues",
7
"requirements": [],
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.3.0'
+__version__ = '2.3.1'
29
30
_LOGGER = logging.getLogger(__name__)
31
0 commit comments