mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Add missing key in logbook card
This commit is contained in:
parent
3fe5075ad4
commit
d21bdf2807
@ -105,7 +105,9 @@ export class HuiLogbookCard extends LitElement implements LovelaceCard {
|
||||
return html`
|
||||
<hui-warning>
|
||||
${this.hass.localize(
|
||||
"ui.components.logbook.component_not_loaded"
|
||||
"ui.components.logbook.not_loaded",
|
||||
"platform",
|
||||
"logbook"
|
||||
)}</hui-warning
|
||||
>
|
||||
`;
|
||||
|
@ -357,6 +357,7 @@
|
||||
"triggered_by_homeassistant_starting": "triggered by Home Assistant starting",
|
||||
"show_trace": "[%key:ui::panel::config::automation::editor::show_trace%]",
|
||||
"retrieval_error": "Could not load logbook",
|
||||
"not_loaded": "[%key:ui::dialogs::helper_settings::platform_not_loaded%]",
|
||||
"messages": {
|
||||
"was_away": "was detected away",
|
||||
"was_at_state": "was detected at {state}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user