I would love anyones help - been going back and forth on this one for forever and there is no real world examples in the forums for either the keyboard or textarea yet.
I have existing code, but at the moment I’m on my phone so can’t post that bit yet.
I have a dropdown list that shows a number of input_text entities in HA.
I have a keyboard and textarea set up.
How do I get the value of the textarea to populate the value of the selected dropdown item (which points to a HA input_text) with the value of the textarea?
Surprisingly the action, on_ready: works with both keyboard and textarea despite it not being documented in textarea.
TBH: I can actually get it to work on the first value of the dropdown (0). But if I move to the second value, the esp32 reboots.
Logs don’t say anything (cos it reboots before it sends the log)
As I said - am on my phone (on the train) and would really love to see how someone else would achieve this.