Modified to use built-in fan modes for "mid". (#150927)

Co-authored-by: yunseon.park <yunseon.park@lge.com>
This commit is contained in:
LG-ThinQ-Integration
2025-08-23 13:24:10 +02:00
committed by GitHub
co-authored by yunseon.park
parent 207e2f61ea
commit af951ff0d4
4 changed files with 22 additions and 8 deletions
@@ -8,7 +8,7 @@
'fan_modes': list([
'low',
'high',
'mid',
'medium',
]),
'hvac_modes': list([
<HVACMode.OFF: 'off'>,
@@ -65,11 +65,11 @@
'attributes': ReadOnlyDict({
'current_humidity': 40,
'current_temperature': 77,
'fan_mode': 'mid',
'fan_mode': 'medium',
'fan_modes': list([
'low',
'high',
'mid',
'medium',
]),
'friendly_name': 'Test air conditioner',
'hvac_modes': list([