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 2b618ab commit a889e9cCopy full SHA for a889e9c
tests/test_charge_point.py
@@ -5,7 +5,7 @@
5
from pytest_homeassistant_custom_component.common import MockConfigEntry
6
import websockets
7
8
-from custom_components.ocpp import async_setup_entry
+from custom_components.ocpp import async_setup_entry, async_unload_entry
9
from custom_components.ocpp.const import DOMAIN
10
from custom_components.ocpp.enums import ConfigurationKey
11
from ocpp.routing import on
0 commit comments