Probably, what error do you have in the javascript console of your browser?
If any of the entities in your entities list is modified, it will show up if you have the same problem as me.
We really appreciate your amazing work on this card, but please don’t burn out trying to do everything for everyone asap. Do the easy wins first and then look at minor issues like this one at a later date - we’re a patient bunch!
@RomRider@jarrah Here is the console error I get (firefox) when the config-template-card/button card first loads on a new login: (the button then appears following a lovelace>REFRESH)
SyntaxError: An invalid or illegal string was specified
config-template-card.js:2776
Here’s from chrome (a bit after the error, chrome loads the button spontaneously). Also, background.png is not a file I specify in my configurations:
Failed to load resource: the server responded with a status of 404 (Not Found) ... background.png
config-template-card.js:2776 Uncaught (in promise) DOMException: Failed to execute 'whenDefined' on 'CustomElementRegistry': "custom:button-card" is not a valid custom element name
at HTMLElement.createThing (http://192.168.xx.xxx:8123/local/config-template-card.js:2776:24)
at HTMLElement.render (http://192.168.xx.xxx:8123/local/config-template-card.js:2693:30)
at HTMLElement.update (http://192.168.xx.xxx:8123/local/config-template-card.js:2593:37)
at HTMLElement.performUpdate (http://192.168.xx.xxx:8123/local/config-template-card.js:2098:18)
at HTMLElement._enqueueUpdate (http://192.168.xx.xxx:8123/local/config-template-card.js:2060:29)
New option label: can be used for anything, if template is needed, use label_template. Both are also available per state. Fixes #112, Fixes #120
New option show_label: default is false. To display the label or label_template field
New layout: icon_label to display the label on the right side of the icon
templating support in label_template and state with the template operator. For more advanced templates, please use the config-template-card. The next version of config-template-card (available soon) will fix the issue you all had in the past.
Nice I was asking this a few days ago, (without answer though). But this is amazing once again. I have reworked my setup with haptic feedback support. Amazing!