mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
Fix import
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
Separate file to avoid circular imports.
|
Separate file to avoid circular imports.
|
||||||
"""
|
"""
|
||||||
from homeassistant.components.frontend import EVENT_PANELS_UPDATED
|
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 (
|
from homeassistant.components.persistent_notification import (
|
||||||
EVENT_PERSISTENT_NOTIFICATIONS_UPDATED,
|
EVENT_PERSISTENT_NOTIFICATIONS_UPDATED,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user