We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
I am starting to use this card for a simple HTML card, and having really wired behavior.
Let me first explain why I am using this card and not Markdown
type: markdown content: "<table align=\"center\" border=\"0\" cellpadding=\"20\" cellspacing=\"1\" style=\"width:500px\">\n\t<tbody>\n\t\t<tr>\n\t\t\t<td><strong><span style=\"font-family:Trebuchet MS,Helvetica,sans-serif\"><span style=\"color:#02c39a\">Temp. INT</span></span></strong></td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td><span style=\"font-family:Trebuchet MS,Helvetica,sans-serif\"><span style=\"font-size:90px\">{{ states('sensor.netatmo_INT_temperature') }} </span><span style=\"font-size:26px\">Cº</span></span></td>\n\t\t</tr>\n\t</tbody>\n</table>"
entity: '' content: "<table align=\"center\" border=\"0\" cellpadding=\"20\" cellspacing=\"1\" style=\"width:500px\">\n\t<tbody>\n\t\t<tr>\n\t\t\t<td><strong><span style=\"font-family:Trebuchet MS,Helvetica,sans-serif\"><span style=\"color:#02c39a\">Temp. INT</span></span></strong></td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td><span style=\"font-family:Trebuchet MS,Helvetica,sans-serif\"><span style=\"font-size:90px\">{{ states('sensor.netatmo_INT_temperature') }} </span><span style=\"font-size:26px\">Cº</span></span></td>\n\t\t</tr>\n\t</tbody>\n</table>" type: custom:tailwindcss-template-card
The problem come on edition of Tailwindcss, as card is being “reset” during the edition with no reason, let me go step by step on what I am doing:
I click on save, but code is updated for both Tailwindcss card, but showing initial card HTML info
Code:
type: horizontal-stack cards: - entity: '' content: "<table align=\"center\" border=\"0\" cellpadding=\"20\" cellspacing=\"1\" style=\"width:500px\">\n\t<tbody>\n\t\t<tr>\n\t\t\t<td><strong><span style=\"font-family:Trebuchet MS,Helvetica,sans-serif\"><span style=\"color:#02c39a\">Temp. INT</span></span></strong></td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td><span style=\"font-family:Trebuchet MS,Helvetica,sans-serif\"><span style=\"font-size:90px\">{{ states('sensor.netatmo_INT_temperature') }} </span><span style=\"font-size:26px\">Cº</span></span></td>\n\t\t</tr>\n\t</tbody>\n</table>" type: custom:tailwindcss-template-card - entity: '' content: "<table align=\"center\" border=\"0\" cellpadding=\"20\" cellspacing=\"1\" style=\"width:500px\">\n\t<tbody>\n\t\t<tr>\n\t\t\t<td><strong><span style=\"font-family:Trebuchet MS,Helvetica,sans-serif\"><span style=\"color:#02c39a\">Temp. INT</span></span></strong></td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td><span style=\"font-family:Trebuchet MS,Helvetica,sans-serif\"><span style=\"font-size:90px\">{{ states('sensor.netatmo_INT_temperature') }} </span><span style=\"font-size:26px\">Cº</span></span></td>\n\t\t</tr>\n\t</tbody>\n</table>" type: custom:tailwindcss-template- card
I tried restarting the browser editing on different ways, trying to past new HTML code from a file...
At this moment I was able to create the card separately but never include on horizontal stack or grid cards.
In fact the issue also happens trying to edit another tailwind card on the same dashboard...
any idea? thank in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I am starting to use this card for a simple HTML card, and having really wired behavior.
Let me first explain why I am using this card and not Markdown
The problem come on edition of Tailwindcss, as card is being “reset” during the edition with no reason, let me go step by step on what I am doing:
I click on save, but code is updated for both Tailwindcss card, but showing initial card HTML info
Code:
I tried restarting the browser editing on different ways, trying to past new HTML code from a file...
At this moment I was able to create the card separately but never include on horizontal stack or grid cards.
In fact the issue also happens trying to edit another tailwind card on the same dashboard...
any idea? thank in advance
The text was updated successfully, but these errors were encountered: