mirror of
https://github.com/home-assistant/core.git
synced 2026-09-07 10:05:46 -05:00
Modified to use built-in fan modes for "mid". (#150927)
Co-authored-by: yunseon.park <yunseon.park@lge.com>
This commit is contained in:
co-authored by
yunseon.park
parent
207e2f61ea
commit
af951ff0d4
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user