We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 716ffd7 + 71d0610 commit 3d75d8bCopy full SHA for 3d75d8b
custom_components/pyscript/__init__.py
@@ -24,7 +24,7 @@
24
from homeassistant.core import Config, HomeAssistant, ServiceCall
25
from homeassistant.exceptions import HomeAssistantError
26
import homeassistant.helpers.config_validation as cv
27
-from homeassistant.helpers.event import Event as HAEvent
+from homeassistant.core import Event as HAEvent
28
from homeassistant.helpers.restore_state import DATA_RESTORE_STATE
29
from homeassistant.loader import bind_hass
30
0 commit comments