mirror of
https://github.com/home-assistant/core.git
synced 2026-04-27 05:16:51 +00:00
Bump thinqconnect to 1.0.8 (#152100)
Co-authored-by: yunseon.park <yunseon.park@lge.com>
This commit is contained in:
committed by
GitHub
parent
442b6e9cca
commit
fea7f537a8
@@ -7,5 +7,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/lg_thinq",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["thinqconnect"],
|
||||
"requirements": ["thinqconnect==1.0.7"]
|
||||
"requirements": ["thinqconnect==1.0.8"]
|
||||
}
|
||||
|
||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -2952,7 +2952,7 @@ thermopro-ble==0.13.1
|
||||
thingspeak==1.0.0
|
||||
|
||||
# homeassistant.components.lg_thinq
|
||||
thinqconnect==1.0.7
|
||||
thinqconnect==1.0.8
|
||||
|
||||
# homeassistant.components.tikteck
|
||||
tikteck==0.4
|
||||
|
||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -2435,7 +2435,7 @@ thermobeacon-ble==0.10.0
|
||||
thermopro-ble==0.13.1
|
||||
|
||||
# homeassistant.components.lg_thinq
|
||||
thinqconnect==1.0.7
|
||||
thinqconnect==1.0.8
|
||||
|
||||
# homeassistant.components.tilt_ble
|
||||
tilt-ble==0.3.1
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
'platform': 'lg_thinq',
|
||||
'previous_unique_id': None,
|
||||
'suggested_object_id': None,
|
||||
'supported_features': <ClimateEntityFeature: 955>,
|
||||
'supported_features': <ClimateEntityFeature: 953>,
|
||||
'translation_key': <ExtendedProperty.CLIMATE_AIR_CONDITIONER: 'climate_air_conditioner'>,
|
||||
'unique_id': 'MW2-2E247F93-B570-46A6-B827-920E9E10F966_climate_air_conditioner',
|
||||
'unit_of_measurement': None,
|
||||
@@ -84,7 +84,7 @@
|
||||
'none',
|
||||
'air_clean',
|
||||
]),
|
||||
'supported_features': <ClimateEntityFeature: 955>,
|
||||
'supported_features': <ClimateEntityFeature: 953>,
|
||||
'swing_horizontal_mode': 'off',
|
||||
'swing_horizontal_modes': list([
|
||||
'on',
|
||||
@@ -95,8 +95,6 @@
|
||||
'on',
|
||||
'off',
|
||||
]),
|
||||
'target_temp_high': None,
|
||||
'target_temp_low': None,
|
||||
'target_temp_step': 2,
|
||||
'temperature': 66,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user