mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 20:26:39 +00:00
typo
This commit is contained in:
parent
63fef9bd4b
commit
d49302c032
@ -120,7 +120,7 @@ class HaLogbook extends LitElement {
|
|||||||
>
|
>
|
||||||
${!item.context_event_type
|
${!item.context_event_type
|
||||||
? ""
|
? ""
|
||||||
: item.context_event_type == "service_call"
|
: item.context_event_type == "call_service"
|
||||||
? // Service Call
|
? // Service Call
|
||||||
html` by service ${item.context_domain}.${item.context_service}`
|
html` by service ${item.context_domain}.${item.context_service}`
|
||||||
: item.context_entity_id == item.entity_id
|
: item.context_entity_id == item.entity_id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user