I want to have a card which allows to copy some data into my clipboard (mainly on home assistant Android app).
The need is to copy to clipboard the content of the input text ‘etsy_link_x’ when clicking on ‘etsy_x’. (Which I update throught a webscrapper script).
Perhaps if you manage to fire an intent that copies the text from a command notification.
Have a look at command notifications and intents, then try and find an intent that can copy to clipboard.
I don’t know if any of parameters are the good one (channel nor tag nor title…) and I can’t find any documentation about it. Have you any idea about what channel or tag or title to use ? I guess it need some type of URI for the title but I don’t know the expected format.
I have no clue. What you posted seems reasonable but I have really no clue at all.
I suggest you move the thread to Android app since I doubt this is something that can be done in frontend.
Perhaps with javascript when I think about it. But I believe that means you need to use the browser then.