mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +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`
|
return html`
|
||||||
<hui-warning>
|
<hui-warning>
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.components.logbook.component_not_loaded"
|
"ui.components.logbook.not_loaded",
|
||||||
|
"platform",
|
||||||
|
"logbook"
|
||||||
)}</hui-warning
|
)}</hui-warning
|
||||||
>
|
>
|
||||||
`;
|
`;
|
||||||
|
@ -357,6 +357,7 @@
|
|||||||
"triggered_by_homeassistant_starting": "triggered by Home Assistant starting",
|
"triggered_by_homeassistant_starting": "triggered by Home Assistant starting",
|
||||||
"show_trace": "[%key:ui::panel::config::automation::editor::show_trace%]",
|
"show_trace": "[%key:ui::panel::config::automation::editor::show_trace%]",
|
||||||
"retrieval_error": "Could not load logbook",
|
"retrieval_error": "Could not load logbook",
|
||||||
|
"not_loaded": "[%key:ui::dialogs::helper_settings::platform_not_loaded%]",
|
||||||
"messages": {
|
"messages": {
|
||||||
"was_away": "was detected away",
|
"was_away": "was detected away",
|
||||||
"was_at_state": "was detected at {state}",
|
"was_at_state": "was detected at {state}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user