@@ -25,7 +25,11 @@ class BOILERPLATECard extends LitElement {
this._config=config;
}
protectedrender():TemplateResult{
protectedrender():TemplateResult|void{
if(!this._config||!this.hass){
returnhtml``;
}
returnhtml`
<div>BOILERPLATE</div>
`;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.