mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-27 06:47:20 +00:00
Fix strict error handling in Markdown card templates (#12661)
This commit is contained in:
parent
72a36fb1cd
commit
6be6c711d0
@ -135,6 +135,7 @@ export class HuiMarkdownCard extends LitElement implements LovelaceCard {
|
|||||||
config: this._config,
|
config: this._config,
|
||||||
user: this.hass.user!.name,
|
user: this.hass.user!.name,
|
||||||
},
|
},
|
||||||
|
strict: true,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
} catch (_err) {
|
} catch (_err) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user