Skip to content

Commit fea7f53

Browse files
Bump thinqconnect to 1.0.8 (home-assistant#152100)
Co-authored-by: yunseon.park <[email protected]>
1 parent 442b6e9 commit fea7f53

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

homeassistant/components/lg_thinq/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"documentation": "https://www.home-assistant.io/integrations/lg_thinq",
88
"iot_class": "cloud_push",
99
"loggers": ["thinqconnect"],
10-
"requirements": ["thinqconnect==1.0.7"]
10+
"requirements": ["thinqconnect==1.0.8"]
1111
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/components/lg_thinq/snapshots/test_climate.ambr

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
'platform': 'lg_thinq',
5555
'previous_unique_id': None,
5656
'suggested_object_id': None,
57-
'supported_features': <ClimateEntityFeature: 955>,
57+
'supported_features': <ClimateEntityFeature: 953>,
5858
'translation_key': <ExtendedProperty.CLIMATE_AIR_CONDITIONER: 'climate_air_conditioner'>,
5959
'unique_id': 'MW2-2E247F93-B570-46A6-B827-920E9E10F966_climate_air_conditioner',
6060
'unit_of_measurement': None,
@@ -84,7 +84,7 @@
8484
'none',
8585
'air_clean',
8686
]),
87-
'supported_features': <ClimateEntityFeature: 955>,
87+
'supported_features': <ClimateEntityFeature: 953>,
8888
'swing_horizontal_mode': 'off',
8989
'swing_horizontal_modes': list([
9090
'on',
@@ -95,8 +95,6 @@
9595
'on',
9696
'off',
9797
]),
98-
'target_temp_high': None,
99-
'target_temp_low': None,
10098
'target_temp_step': 2,
10199
'temperature': 66,
102100
}),

0 commit comments

Comments
 (0)