Support multiple Lovelace dashboards (#32134)
* Support multiple Lovelace dashboards
* Mark collection maintenance as unfinished
* Fix import
* Add websockets commands for resource management
* Revert "Add websockets commands for resource management"
This reverts commit 7d140b2bcc
.
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
2d6b80470f
commit
536b31305a
13 changed files with 779 additions and 254 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue