1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Link to traces from logbook entries (#8659)

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
Paulus Schoutsen
2021-03-16 16:03:54 -07:00
committed by GitHub
parent ef31bce5ee
commit 593e5ac79c
6 changed files with 80 additions and 16 deletions

View File

@@ -16,6 +16,7 @@ export interface LogbookEntry {
icon?: string;
source?: string;
domain?: string;
context_id?: string;
context_user_id?: string;
context_event_type?: string;
context_domain?: string;