Skip to content

Commit

Permalink
Merge pull request #500 from rccoleman/patch-1
Browse files Browse the repository at this point in the history
Fix import of Event
  • Loading branch information
craigbarratt authored Jul 28, 2023
2 parents 716ffd7 + 71d0610 commit 3d75d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/pyscript/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from homeassistant.core import Config, HomeAssistant, ServiceCall
from homeassistant.exceptions import HomeAssistantError
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.event import Event as HAEvent
from homeassistant.core import Event as HAEvent
from homeassistant.helpers.restore_state import DATA_RESTORE_STATE
from homeassistant.loader import bind_hass

Expand Down

0 comments on commit 3d75d8b

Please sign in to comment.