We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5ec00 commit fe53a38Copy full SHA for fe53a38
inelsmqtt/util.py
@@ -1600,7 +1600,7 @@ def __find_ha_value(self) -> None:
1600
elif self.__inels_type is VIRT_CONTR:
1601
temp_current = int(self.__trim_inels_status_values(
1602
DEVICE_TYPE_166_DATA, CURRENT_TEMP, ""
1603
- ), 16) / 100
+ ), 16)
1604
if temp_current == 0x7FFFFFFB:
1605
temp_current = 0
1606
else:
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name="inels-mqtt-new",
6
- version="0.2.22b5",
+ version="0.2.22b6",
7
url="https://github.com/zed4805/inels-mqtt-new",
8
license="MIT",
9
author="Elko EP s.r.o.",
0 commit comments