I followed the example to create a custom state card. I basically want to create a custom climate state card. I have it working, using the customui and setting it as the secondary card.
But, what I don’t know is, how do I modify the “more info” card? Looking at the source, that is a separate html file. Do I just create another file, but this time with a specific name? Or maybe this isn’t possible yet?
More info is already supported and I’m interested in this topic too. I want to know how can I override the current media player more info, in order to add more buttons that controls the TV … I followed the following tutorial, but with no success, because it is not very well documented, especially for more info dialog and especially for overriding existing components more info.
Ok, but what do I need to do in the card.js script to call the more_info dialog when I click on the value?
I have the custom weather card, but when I click on the temperature for example, I’d like it to show the temperature history. It is cool that I can create custom more_info, but how do I show it?