From d49302c03227d60c78d9a1067a05b9764fa6a70e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 24 Aug 2020 12:20:48 -0500 Subject: [PATCH] typo --- src/panels/logbook/ha-logbook.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/logbook/ha-logbook.ts b/src/panels/logbook/ha-logbook.ts index 831a394e95..635a4113a1 100644 --- a/src/panels/logbook/ha-logbook.ts +++ b/src/panels/logbook/ha-logbook.ts @@ -120,7 +120,7 @@ class HaLogbook extends LitElement { > ${!item.context_event_type ? "" - : item.context_event_type == "service_call" + : item.context_event_type == "call_service" ? // Service Call html` by service ${item.context_domain}.${item.context_service}` : item.context_entity_id == item.entity_id