Fix strict error handling in Markdown card templates (#12661)

This commit is contained in:
Franck Nijhof 2022-05-13 13:17:56 +02:00 committed by GitHub
parent 72a36fb1cd
commit 6be6c711d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,6 +135,7 @@ export class HuiMarkdownCard extends LitElement implements LovelaceCard {
config: this._config,
user: this.hass.user!.name,
},
strict: true,
}
);
} catch (_err) {