You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked https://developers.home-assistant.io/blog/ and found that probably code should be corrected with something like:
const helpers = await loadCardHelpers();
const element = helpers.createRowElement(config);
element.hass = this.hass;
For more info see home-assistant/frontend#4853
thanks
The text was updated successfully, but these errors were encountered:
I checked https://developers.home-assistant.io/blog/ and found that probably code should be corrected with something like:
const helpers = await loadCardHelpers();
const element = helpers.createRowElement(config);
element.hass = this.hass;
For more info see home-assistant/frontend#4853
thanks
The text was updated successfully, but these errors were encountered: