We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256ba4b commit 5d67249Copy full SHA for 5d67249
tests/components/tuya/test_climate.py
@@ -73,7 +73,7 @@ async def test_fan_mode_windspeed(
73
74
state = hass.states.get("climate.air_conditioner")
75
assert state is not None, "climate.air_conditioner does not exist"
76
- assert state.attributes["fan_mode"] == 1
+ assert state.attributes["fan_mode"] == DEFAULT_FAN_MODE
77
await hass.services.async_call(
78
Platform.CLIMATE,
79
"set_fan_mode",
0 commit comments