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 5399b58 commit 9c8f389Copy full SHA for 9c8f389
tests/test_charge_point.py
@@ -57,7 +57,7 @@ async def test_cms_responses(hass):
57
cp.send_start_transaction(),
58
cp.send_meter_data(),
59
cp.send_stop_transaction(),
60
- cs.charge_points["test_cpid"].unlock(),
+ #cs.charge_points["test_cpid"].unlock(),
61
#cs.charge_points["test_cpid"].reset(),
62
#cs.charge_points["test_cpid"].set_charge_rate(),
63
cs.charge_points["test_cpid"].start_transaction()), timeout = 7,
0 commit comments