python-qube-heatpump 1.4.6__py3-none-any.whl → 1.4.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- python_qube_heatpump/entities/sensors.py +2 -4
- {python_qube_heatpump-1.4.6.dist-info → python_qube_heatpump-1.4.7.dist-info}/METADATA +1 -1
- {python_qube_heatpump-1.4.6.dist-info → python_qube_heatpump-1.4.7.dist-info}/RECORD +5 -5
- {python_qube_heatpump-1.4.6.dist-info → python_qube_heatpump-1.4.7.dist-info}/WHEEL +0 -0
- {python_qube_heatpump-1.4.6.dist-info → python_qube_heatpump-1.4.7.dist-info}/licenses/LICENSE +0 -0
|
@@ -122,8 +122,7 @@ _SENSOR_DEFS: tuple[EntityDef, ...] = (
|
|
|
122
122
|
data_type=DataType.FLOAT32,
|
|
123
123
|
platform=Platform.SENSOR,
|
|
124
124
|
unit="%",
|
|
125
|
-
scale
|
|
126
|
-
offset=100.0,
|
|
125
|
+
scale=100.0,
|
|
127
126
|
),
|
|
128
127
|
EntityDef(
|
|
129
128
|
key="aout_srcpmp_val",
|
|
@@ -133,8 +132,7 @@ _SENSOR_DEFS: tuple[EntityDef, ...] = (
|
|
|
133
132
|
data_type=DataType.FLOAT32,
|
|
134
133
|
platform=Platform.SENSOR,
|
|
135
134
|
unit="%",
|
|
136
|
-
scale
|
|
137
|
-
offset=100.0,
|
|
135
|
+
scale=100.0,
|
|
138
136
|
),
|
|
139
137
|
EntityDef(
|
|
140
138
|
key="aout_srcvalve_val",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-qube-heatpump
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.7
|
|
4
4
|
Summary: Async Modbus client for Qube Heat Pumps
|
|
5
5
|
Project-URL: Homepage, https://github.com/MattieGit/python-qube-heatpump
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/MattieGit/python-qube-heatpump/issues
|
|
@@ -6,9 +6,9 @@ python_qube_heatpump/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
|
6
6
|
python_qube_heatpump/entities/__init__.py,sha256=rGEqLY-KcsIlmEaM7LbriDMEqedn7NLA4sgKDI6sYM8,342
|
|
7
7
|
python_qube_heatpump/entities/base.py,sha256=5itTSm6cxklHsPr1qz3UWmr1kYBeCVOAugk182ybf3s,1867
|
|
8
8
|
python_qube_heatpump/entities/binary_sensors.py,sha256=lsYC0MEHjJ7JmJUgYzdHndkrZ1Ekxz4j9HqYDMEE_IA,7649
|
|
9
|
-
python_qube_heatpump/entities/sensors.py,sha256=
|
|
9
|
+
python_qube_heatpump/entities/sensors.py,sha256=50ct61kG30fBXf4t9DzgjWxboG1t9JfGjfndpdkatYQ,13197
|
|
10
10
|
python_qube_heatpump/entities/switches.py,sha256=MAaK-63dgVZEm9Ch_CW7umYM_mPqMoPYl8i0ZpZIaYE,1676
|
|
11
|
-
python_qube_heatpump-1.4.
|
|
12
|
-
python_qube_heatpump-1.4.
|
|
13
|
-
python_qube_heatpump-1.4.
|
|
14
|
-
python_qube_heatpump-1.4.
|
|
11
|
+
python_qube_heatpump-1.4.7.dist-info/METADATA,sha256=rE0SAFlO2emL4ErXMItFjoOQkEtcp0PdT82W1uNs0nM,951
|
|
12
|
+
python_qube_heatpump-1.4.7.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
13
|
+
python_qube_heatpump-1.4.7.dist-info/licenses/LICENSE,sha256=qpuQXN7QwpILG9GYcmqrd3Ax5CxBZUBoT295xTgKnOM,1062
|
|
14
|
+
python_qube_heatpump-1.4.7.dist-info/RECORD,,
|
|
File without changes
|
{python_qube_heatpump-1.4.6.dist-info → python_qube_heatpump-1.4.7.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|