mirror of
https://github.com/home-assistant/core.git
synced 2025-08-24 06:51:33 +02:00
Remove unused param in tests
This commit is contained in:
@@ -176,7 +176,7 @@ async def test_standard_fan(hass, client, in_wall_smart_fan_control, integration
|
||||
async def test_hs_fan(hass, client, hs_fc200, integration):
|
||||
"""Test a fan entity with configurable speeds."""
|
||||
|
||||
async def assert_speed_translation(percentage, zwave_speed, reported_percentage):
|
||||
async def assert_speed_translation(percentage, zwave_speed):
|
||||
"""Assert that a percentage input is translated to a specific Zwave speed."""
|
||||
await hass.services.async_call(
|
||||
"fan",
|
||||
|
Reference in New Issue
Block a user