mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Fixes logbook (#12740)
This commit is contained in:
@@ -10,6 +10,7 @@ const LOGBOOK_LOCALIZE_PATH = "ui.components.logbook.messages";
|
||||
export const CONTINUOUS_DOMAINS = ["proximity", "sensor"];
|
||||
|
||||
export interface LogbookEntry {
|
||||
// Python timestamp. Do *1000 to get JS timestamp.
|
||||
when: number;
|
||||
name: string;
|
||||
message?: string;
|
||||
|
||||
Reference in New Issue
Block a user