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

Teach logbook about additional context data (#12667)

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
J. Nick Koston
2022-05-15 23:25:55 -05:00
committed by GitHub
parent 09ee8dbeb6
commit 01a53439c4
3 changed files with 174 additions and 34 deletions

View File

@@ -25,6 +25,7 @@ export interface LogbookEntry {
context_entity_id?: string;
context_entity_id_name?: string;
context_name?: string;
context_message?: string;
state?: string;
}