I have been trying to get this card working but no matter what I have done, I donāt get the options to show up. Iāve uninstalled and reinstalled the repository and cleared the cache and cookies but nothing has changed. Iāve tried very basic setups and nothing is showing up so maybe the code is bad? Does it need to be in another card to work?
@thomasloven I really love this card. Can you share the code for the example you give with the button presses change the view. Do you use an input boolean to accomplish this or what?
I am not begging for help I just want to get the code to see if I can get it to work properly. I know its not a forum I understand that I was just curious if the maker of the card is willing to elaborate more on the code structure. I am just wanting to try to use a card in an advanced way and wanting to see if it is possible.
Is it possible to have the card preform two transitions?
I have a custom button card with tap_action to navigation _path: ā#p1ā
based on my state switch the my card slides down to show my cards or entities. I was looking to have the card slip back up then down again showing another set of cards or entities when a different button is pressed.
Did you end up finding a solution for this without the button-card?? I have been trying for a few days now to convert window.location.pathname into either a variable or usable template. Tried also using custom:config-template-card but just cant find a way of making the pathname usable in later code. I could use DeviceID in BrowserMod but I want the code a little more dynamic without manually needing to assign Device names etc.
My use case is that I have navigation buttons that I only want available when using a tablet and not on a PC.
which includes a grid config for desktop or a swiper config for mobile (pointer: coarse), I can help but notice a huge delay upon each loading of the card.
If I use either of these configs individually, there is still some lag (it is a rather large view, including a lot of picture-glance cards for all of my rooms) but it is way more responsive.
Would there be a better way of deciding which card config to use based on either mobile or non mobile?
you should try the conditional card with a simple entity first. so you know the conditional works ok.
also, try the card itself without conditional, soy know that works.