Add missing key in logbook card

This commit is contained in:
Steve Repsher 2022-08-10 15:30:58 -04:00
parent 3fe5075ad4
commit d21bdf2807
No known key found for this signature in database
GPG Key ID: 776C4F2DACF6131B
2 changed files with 4 additions and 1 deletions

View File

@ -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
>
`;

View File

@ -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}",