Fix import

This commit is contained in:
Bram Kragten
2020-02-25 12:29:53 +01:00
parent 3b8a294cc5
commit 644bd73290

View File

@@ -3,7 +3,7 @@
Separate file to avoid circular imports.
"""
from homeassistant.components.frontend import EVENT_PANELS_UPDATED
from homeassistant.components.lovelace import EVENT_LOVELACE_UPDATED
from homeassistant.components.lovelace.const import EVENT_LOVELACE_UPDATED
from homeassistant.components.persistent_notification import (
EVENT_PERSISTENT_NOTIFICATIONS_UPDATED,
)