Home-Assistant-Lovelace-HTML-Jinja2-Template-card icon indicating copy to clipboard operation
Home-Assistant-Lovelace-HTML-Jinja2-Template-card copied to clipboard

This card displays provided Jinja2 template as an HTML content of a card. It uses exactly the same engine as Home Assistant in Developer tools.

Results 14 Home-Assistant-Lovelace-HTML-Jinja2-Template-card issues
Sort by recently updated
recently updated
newest added

First of all, Thanks for your awesome custom card. I would like to apply own styles, so i don't need padding and background I'm trying to do that using card_mod,...

...thereby causing it to show up in the card type chooser when adding a new card to a dashboard, like so:

I updated the HACS Badge URL to the new hacs/integration

According to HA documentation, resource type should be 'module' not 'js' in: [](https://github.com/PiotrMachowski/Home-Assistant-Lovelace-HTML-Jinja2-Template-card#hints)resources: - url: /local/custom_lovelace/html_template_card/html-template-card.js type: js

Hello, Is it possible for your plugin to create a hyperlink that runs a home assistant service? For instance, I would like to make a very simple text-based interface that...

_Is this the best place to ask questions re: this card? Please advise otherwise..._ I have the following: ``` type: 'custom:html-template-card' content: > function hello() {alert('hi there');} O ``` When...

Would be great if you could make the onClick call fire an event we can pickup in an automation with parameters. Thanks

enhancement

After switching to websocket I'm seeing issues similar to this: ``` Client exceeded max pending messages [2]: 512 22:01 components/websocket_api/http.py (ERROR) - wiadomość pojawiła się po raz pierwszy o godzinie...

bug

As it is now if a template does not render properly the whole card is blank. This makes it difficult to realise the problem. If it would return an error...

enhancement

Ever since I added this card to my dashboard, the dashboard would stop refreshing data at some point. The graph widgets on the dashboard will draw lines up to "now",...