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 eb12215 commit 6913595Copy full SHA for 6913595
tests/test_charge_point.py
@@ -60,7 +60,7 @@ async def test_cms_responses(hass):
60
cs.charge_points["test_cpid"].start_transaction(),
61
cs.charge_points["test_cpid"].reset(),
62
cs.charge_points["test_cpid"].set_charge_rate(),
63
- cs.charge_points["test_cpid"].update_firmware(),
+ cs.charge_points["test_cpid"].update_firmware("http://www.charger.com/file.bin"),
64
cs.charge_points["test_cpid"].unlock()), timeout = 7,
65
)
66
except asyncio.TimeoutError:
0 commit comments