blueair-api 1.32.0__py3-none-any.whl → 1.33.0__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.
- blueair_api/device_aws.py +2 -0
- {blueair_api-1.32.0.dist-info → blueair_api-1.33.0.dist-info}/METADATA +1 -1
- {blueair_api-1.32.0.dist-info → blueair_api-1.33.0.dist-info}/RECORD +6 -6
- {blueair_api-1.32.0.dist-info → blueair_api-1.33.0.dist-info}/LICENSE +0 -0
- {blueair_api-1.32.0.dist-info → blueair_api-1.33.0.dist-info}/WHEEL +0 -0
- {blueair_api-1.32.0.dist-info → blueair_api-1.33.0.dist-info}/top_level.txt +0 -0
blueair_api/device_aws.py
CHANGED
@@ -74,6 +74,7 @@ class DeviceAws(CallbacksMixin):
|
|
74
74
|
cool_fan_speed: AttributeType[int] = None # api value 11/37/64/91
|
75
75
|
ap_sub_mode: AttributeType[int] = None # api value 1 manual speeed, 2 auto fan speed
|
76
76
|
fan_speed_0: AttributeType[int] = None # api value 11/37/64/91
|
77
|
+
temperature_unit: AttributeType[int] = None # api value of 1 is celcius
|
77
78
|
|
78
79
|
async def refresh(self):
|
79
80
|
_LOGGER.debug(f"refreshing blueair device aws: {self}")
|
@@ -140,6 +141,7 @@ class DeviceAws(CallbacksMixin):
|
|
140
141
|
self.cool_fan_speed = states_safe_get("coolfs")
|
141
142
|
self.ap_sub_mode = states_safe_get("apsubmode")
|
142
143
|
self.fan_speed_0 = states_safe_get("fsp0")
|
144
|
+
self.temperature_unit = states_safe_get("tu")
|
143
145
|
|
144
146
|
self.publish_updates()
|
145
147
|
_LOGGER.debug(f"refreshed blueair device aws: {self}")
|
@@ -2,7 +2,7 @@ blueair_api/__init__.py,sha256=GucsIENhTF4AVxPn4Xyr4imUxJJ8RO8RYt1opHCF2hQ,326
|
|
2
2
|
blueair_api/callbacks.py,sha256=fvrJsqH5eDRxWOGWiZkF2uLU4n2ve0zzU17ERqWbHP8,756
|
3
3
|
blueair_api/const.py,sha256=q1smSEhwyYvuQiR867lToFm-mGV-d3dNJvN0NJgscbU,1037
|
4
4
|
blueair_api/device.py,sha256=rUFOLDo7TAQz8DuRwrqTED7mCtY7_B33NEhf5D4s6gI,5321
|
5
|
-
blueair_api/device_aws.py,sha256=
|
5
|
+
blueair_api/device_aws.py,sha256=cWpMrMzWH9hI-gkZb_Tvp2DMJPFZm3p5kt01ZHTUtGc,10008
|
6
6
|
blueair_api/errors.py,sha256=lJ_iFU_W6zQfGRi_wsMhWDw-fAVPFeCkCbT1erIlYQQ,233
|
7
7
|
blueair_api/http_aws_blueair.py,sha256=jztGyoH0iC7aCJ2oGf9hnEeHFOie3YikFvwtWo3W2w4,8536
|
8
8
|
blueair_api/http_blueair.py,sha256=IMnKXs9S0Z-t1GVshSItjNr9tTdtXjh7-T-tHpsbzhE,11752
|
@@ -12,8 +12,8 @@ blueair_api/stub.py,sha256=tWJJLIhKf39P1gRAXfJk6L8cBJI9fVK3Uk9pj2_Teaw,1187
|
|
12
12
|
blueair_api/util.py,sha256=7MrB2DLqUVOlBQuhv7bRmUXvcGcsjXiV3M0H3LloiOo,1962
|
13
13
|
blueair_api/util_bootstrap.py,sha256=oo6qqEYUxWb4wLLivk7ofB0YFrKsTZo5tW0U2wc3-D0,1757
|
14
14
|
blueair_api/util_http.py,sha256=45AJG3Vb6LMVzI0WV22AoSyt64f_Jj3KpOAwF5M6EFE,1327
|
15
|
-
blueair_api-1.
|
16
|
-
blueair_api-1.
|
17
|
-
blueair_api-1.
|
18
|
-
blueair_api-1.
|
19
|
-
blueair_api-1.
|
15
|
+
blueair_api-1.33.0.dist-info/LICENSE,sha256=W6UV41yCe1R_Avet8VtsxwdJar18n40b3MRnbEMHZmI,1066
|
16
|
+
blueair_api-1.33.0.dist-info/METADATA,sha256=r6jGGRhJVS4K7qOwzRtqJdtfeblHSBD_4X8mC9YR3A4,1995
|
17
|
+
blueair_api-1.33.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
18
|
+
blueair_api-1.33.0.dist-info/top_level.txt,sha256=-gn0jNtmE83qEu70uMW5F4JrXnHGRfuFup1EPWF70oc,12
|
19
|
+
blueair_api-1.33.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|