mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-15 14:00:38 +00:00
Logbook Card (#6976)
This commit is contained in:
@@ -55,6 +55,7 @@ const LAZY_LOAD_TYPES = {
|
||||
markdown: () => import("../cards/hui-markdown-card"),
|
||||
picture: () => import("../cards/hui-picture-card"),
|
||||
calendar: () => import("../cards/hui-calendar-card"),
|
||||
logbook: () => import("../cards/hui-logbook-card"),
|
||||
};
|
||||
|
||||
// This will not return an error card but will throw the error
|
||||
|
||||
Reference in New Issue
Block a user