I want to add a dropdown like the one highlighted in the screenshot below.
It will be a defined list of dropdown options. When a user selects a dropdown option, it triggers a call to Javascript function to execute different HTTP GET/POSTs. Essentially, I want dropdown options to trigger different actions in Home Assistant.
Is it possible to do this by adding some code to ui3-local-overrides.js file or do I need to modify other files? If so, what would this code look like?
View attachment 178052
Absolutely it is possible. Let me whip up a template for you.