Complete fan speed transition from #59781 (#67743)

This commit is contained in:
J. Nick Koston 2022-03-09 10:38:12 +01:00 committed by GitHub
parent c6952a0ee3
commit 723dcbafca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 303 additions and 847 deletions

View file

@ -1589,7 +1589,7 @@ async def test_fan_speed(hass):
hass,
State(
"fan.living_room_fan",
fan.SPEED_HIGH,
STATE_ON,
attributes={
"percentage": 33,
"percentage_step": 1.0,
@ -1633,7 +1633,7 @@ async def test_fan_reverse(hass, direction_state, direction_call):
hass,
State(
"fan.living_room_fan",
fan.SPEED_HIGH,
STATE_ON,
attributes={
"percentage": 33,
"percentage_step": 1.0,