mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05: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,
|
||||
user: this.hass.user!.name,
|
||||
},
|
||||
strict: true,
|
||||
}
|
||||
);
|
||||
} catch (_err) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user