1
0
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:
Paulus Schoutsen
2022-05-20 11:25:19 -07:00
committed by GitHub
parent 9a9eec40b2
commit fae1bcf0e0
3 changed files with 23 additions and 10 deletions

View File

@@ -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;